diff --git a/src/request/http.js b/src/request/http.js index 594010417705e141ec96fe32f789917b4edcfa92..5be5a78def497e6299489c3cfdb1e3fd33303715 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({