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