From 1d064aa5ec2556155bbf116cef1d6d0ac5007acc Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 29 九月 2025 10:23:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao

---
 h5/utils/http.interceptor.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/h5/utils/http.interceptor.js b/h5/utils/http.interceptor.js
index 6d17428..a136b00 100644
--- a/h5/utils/http.interceptor.js
+++ b/h5/utils/http.interceptor.js
@@ -18,11 +18,11 @@
 	uni.$u.http.interceptors.response.use((response) => {
 		uni.hideLoading();
 		// 鐧诲綍杩囨湡
-		if (response.data.code === 401) {
-			uni.navigateTo({
-				url: '/packageA/loginAgain/loginAgain'
-			});
-		}
+		// if (response.data.code === 401) {
+		// 	uni.navigateTo({
+		// 		url: '/packageA/loginAgain/loginAgain'
+		// 	});
+		// }
 		if (response.data.code !== 200) {
 			uni.showToast({
 				title: response.data.message,

--
Gitblit v1.9.3