From 1732fb479b1c8683b88b1f23450fa1f2289f4db4 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Thu, 3 Mar 2022 16:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/utils/request.js b/src/utils/request.js index 8af01cc0..f10a2b07 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -77,7 +77,10 @@ service.interceptors.response.use(res => { } else if (window.location.href.indexOf('homesteadSurvey')!= -1) { window.location.href = '/homesteadLogin'; } else { - window.location.href = '/index'; + // 农村宅基地调查 + window.location.href = '/homesteadLogin'; + + /*window.location.href = '/index';*/ } }) })