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