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