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