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