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