diff --git a/front/src/utils/request.js b/front/src/utils/request.js index 2925aaf2..0dead457 100644 --- a/front/src/utils/request.js +++ b/front/src/utils/request.js @@ -113,9 +113,9 @@ instance.interceptors.response.use( if (response.headers.redirect) { window.location.replace(response.headers.redirect) // 西海岸-不重新加载 - if(!whoShow.itShowXiHaiAn) { - location.reload() - } + // if(!whoShow.itShowXiHaiAn) { + // location.reload() + // } return response } if (response.headers.redirect === '/#/login') {