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