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