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