wuxw
2019-07-16 e108ff50d948e7b8f85a07a8ec708699df745c82
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);