fix
Helius
2021-09-23 9eb13a767c313295a7f77c81b7e4640452d8cd67
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});