fix
wzy
2022-10-30 3174ae8fe7d59dea495353af623045feb59cb5d8
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});