wuxw
2019-05-30 f39cd4d82c3952f8587ebff9a7e8ede73b46bcda
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);