From 73a914bb2aabd63533e0954eaaad7b00c743ac4b Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 18 七月 2024 14:01:26 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/WI/Web.V1.0 --- src/utils/request.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 2330610..a8f78b5 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -88,7 +88,7 @@ if (!serveData.json_ok) { switch (serveData?.err_code) { case ErrorCode.Auth: - if (res.config.url !== loginUrl) { + if (res.config.url !== LOGIN_URL) { handleNoAuth(); throw '鏉冮檺楠岃瘉澶辫触'; } -- Gitblit v1.9.3