Helius
2021-09-28 ad15b4c804cc3f1c1e816596c909c54017445e2a
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});