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