xiaoyong931011
2022-10-21 45189f71f0eb2c119ea15de98c76839e9ee4b570
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});