xiaoyong931011
2021-09-28 51b01759c94e7a079465da1bc70d5dae13e1229f
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});