From bdfad883577a180a0ec60140ea3cba0b09d395e9 Mon Sep 17 00:00:00 2001 From: tnt group Date: Mon, 22 May 2023 08:15:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=98=E6=9B=B4=20status=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/axios.ts b/src/api/axios.ts index f50b9cb8..95603d40 100644 --- a/src/api/axios.ts +++ b/src/api/axios.ts @@ -80,7 +80,7 @@ axiosInstance.interceptors.response.use( return Promise.resolve(res.data) }, (err: AxiosError) => { - const { status } = err + const status = err.response?.status switch (status) { case 401: routerTurnByName(PageEnum.BASE_LOGIN_NAME)