From 68c994a2f41a1ea419afb191387c6031eb9096ab Mon Sep 17 00:00:00 2001 From: gaoshiyao Date: Fri, 7 Aug 2020 17:02:44 +0800 Subject: [PATCH] update --- src/request/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/http.js b/src/request/http.js index aee733c..8cfec1d 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并跳转登录页 -- 2.26.0