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