提交 e25c770c 编写于 作者: Neuromancer255's avatar Neuromancer255

拦截器报错问题

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