Commit 68c994a2 authored by gaoshiyao's avatar gaoshiyao

update

parent 6315ec80
......@@ -31,7 +31,7 @@ const errorHandle = (status, other) => {
case 400: tip('请求错误(400)'); break;
// 401: 未登录状态,跳转登录页
case 401:
toLogin();
// toLogin();
break;
// 403 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