Administrator
2025-04-29 7436fc4a44b9f2677b3e3380f2cd2e5d841a6832
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});