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