xiaoyong931011
2023-01-06 18522ab4afb6c35d2915f4f8fe2102126c2651e0
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});