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