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