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