diff --git a/src/request/http.js b/src/request/http.js index aee733ceb961bb236d8574aa3d616d9cd17496bb..8cfec1df0fa343573c5fb703aac26ed5757afe03 100644 --- a/src/request/http.js +++ b/src/request/http.js @@ -31,7 +31,7 @@ const errorHandle = (status, other) => { case 400: tip('请求错误(400)'); break; // 401: 未登录状态,跳转登录页 case 401: - toLogin(); + // toLogin(); break; // 403 token过期 // 清除token并跳转登录页