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