公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
对组件传参重新封装
wuxw
2019-05-06
2b759ab5e5d708c4c9a6b4a093103c026667cf38
[Lianxun_Java.git]
/
WebService
/
src
/
main
/
resources
/
static
/
js
/
vc-constant.js
1
2
3
4
5
6
7
8
9
10
/**
常量
**/
(function(vc){
var constant = {
REQUIRED_MSG:"不能为空",
}
vc.constant = constant;
})(window.vc);