From 7a8f1cb7741436c43fc5859707da5041d6648953 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 21 七月 2025 17:21:41 +0800
Subject: [PATCH] -

---
 src/utils/http/index.ts |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/utils/http/index.ts b/src/utils/http/index.ts
index 19b5be2..298dd29 100644
--- a/src/utils/http/index.ts
+++ b/src/utils/http/index.ts
@@ -73,7 +73,14 @@
           return config;
         }
         /** 璇锋眰鐧藉悕鍗曪紝鏀剧疆涓�浜涗笉闇�瑕乣token`鐨勬帴鍙o紙閫氳繃璁剧疆璇锋眰鐧藉悕鍗曪紝闃叉`token`杩囨湡鍚庡啀璇锋眰閫犳垚鐨勬寰幆闂锛� */
-        const whiteList = ["/refresh-token", "/login"];
+        const whiteList = [
+          "/refresh-token",
+          "/loginPhone",
+          "/register",
+          "customerRegistration",
+          "captcha",
+          "exRole"
+        ];
         return whiteList.some(url => config.url.endsWith(url))
           ? config
           : new Promise(resolve => {

--
Gitblit v1.9.1