xiaoyong931011
2020-07-27 b5b25cee41e4971917654766715c5e5068fac453
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});