提交 966a715d 编写于 作者: KK's avatar KK

注释请求异常 跳转页面 解决后台手动异常页面跳转问题

上级 37248dbb
......@@ -110,9 +110,9 @@ export class Interceptors {
this.doNoLogin(_data.data);
}
if (res.status === 404) {
this.router.push({ path: '/404' });
// this.router.push({ path: '/404' });
} else if (res.status === 500) {
this.router.push({ path: '/500' });
// this.router.push({ path: '/500' });
}
return Promise.reject(res);
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册