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