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