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';*/ } }) })