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