王佳豪
2021-05-05 109d6b5834bde367549cd72575a33191dc892cd5
1.重定向优化
1个文件已修改
3 ■■■■ 已修改文件
src/main/webapp/views/home/console.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/home/console.html
@@ -170,6 +170,7 @@
            },
            error:function(){
            }
        });
    }
@@ -276,7 +277,7 @@
            },
            done: function(res, curr, count) {
                if (res.code === 403) {
                    top.location.href = baseUrl+"/";
                    top.location.href = baseUrl+"/views/login.html";
                }
                pageCurr=curr;
            }