wuxw
2019-04-09 b4dfdc588c7dbfbeba96c04986cb964a84feaf72
1
2
3
4
5
6
7
8
9
10
/**
常量
**/
(function(vc){
 
    var constant = {
        REQUIRED_MSG:"不能为空",
    }
    vc.constant = constant;
})(window.vc);