Commit 203740d9 authored by 张宇迪's avatar 张宇迪

Merge branch 'master' of cloud.wodcloud.com:apaas/apaas-v3-ui

parents 47983054 9b80b79b
...@@ -31,7 +31,7 @@ const errorHandle = (status, other) => { ...@@ -31,7 +31,7 @@ const errorHandle = (status, other) => {
case 400: tip('请求错误(400)'); break; case 400: tip('请求错误(400)'); break;
// 401: 未登录状态,跳转登录页 // 401: 未登录状态,跳转登录页
case 401: case 401:
toLogin(); // toLogin();
break; break;
// 403 token过期 // 403 token过期
// 清除token并跳转登录页 // 清除token并跳转登录页
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment