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