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