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