From eeb308042648e84caceae8421190b9966472371a Mon Sep 17 00:00:00 2001 From: lipeng Date: Thu, 29 Jun 2023 14:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=96=AD=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/request/http.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/request/http.js b/src/request/http.js index 5940104..5be5a78 100644 --- a/src/request/http.js +++ b/src/request/http.js @@ -28,7 +28,6 @@ const toLogin = () => { let path = router.currentRoute.value.path; //白名单中的401不做跳转 if (!store.state.whiteList.includes(path)) { - debugger; window.location.href = `/so/manage/ui/#/login`; } // router.replace({ -- 2.26.0