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