Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/vcCore/vc-constant.js
2025-12-09 20:22:03 +08:00

11 lines
180 B
JavaScript

/**
常量
**/
(function(vc){
var constant = {
REQUIRED_MSG:"不能为空",
GET_CACHE_URL:["/nav/getUserInfo"]
}
vc.constant = constant;
})(window.vc);