diff --git a/src/api/configGrowth.js b/src/api/configGrowth.js index 2f010b28..345a98a9 100644 --- a/src/api/configGrowth.js +++ b/src/api/configGrowth.js @@ -54,7 +54,7 @@ http.interceptors.response.use( const { data: { code, msg, show }, } = response; - if (code === 0 || code === 200) { + if (code === 0 || code === 200 || response?.data?.status == 200) { return response; } else if (code === 1000) { window.location.href = process.env.VUE_APP_LOGIN_URL + encodeURIComponent(window.location.protocol + process.env.VUE_APP_BOE_API_URL + process.env.VUE_APP_BASE + router.currentRoute.value.fullPath)