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