wuxw
2019-08-13 9e29441646434d9f54a2c3e855a724633885d8a4
1
2
3
4
5
6
7
8
9
10
11
/**
常量
**/
(function(vc){
 
    var constant = {
        REQUIRED_MSG:"不能为空",
        GET_CACHE_URL:["/nav/getUserInfo"]
    }
    vc.constant = constant;
})(window.vc);