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