吴学文
2019-05-18 ebf15ccdaf167d1946773e77de1e618ae87080e8
1
2
3
4
5
6
7
8
9
10
/**
常量
**/
(function(vc){
 
    var constant = {
        REQUIRED_MSG:"不能为空",
    }
    vc.constant = constant;
})(window.vc);