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