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