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