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