diff --git a/src/api/internal/httpClient.ts b/src/api/internal/httpClient.ts index dd615ad..2842eca 100644 --- a/src/api/internal/httpClient.ts +++ b/src/api/internal/httpClient.ts @@ -52,6 +52,7 @@ export class HttpClient { GoLogin(); } else if (status === 404) { // 跳转到404页面 + GoLogin(); } else if (status === 403) { // 跳转到无权限页面 } else if (status === 500) {