From 04dba6a17f836b5fbdf0eedff8a129c6785fd8a2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 二月 2025 18:25:00 +0800
Subject: [PATCH] 111

---
 bicycle/utils/http.interceptor.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/bicycle/utils/http.interceptor.js b/bicycle/utils/http.interceptor.js
index 636fba4..70f0d97 100644
--- a/bicycle/utils/http.interceptor.js
+++ b/bicycle/utils/http.interceptor.js
@@ -13,6 +13,12 @@
 	
 	// 鍝嶅簲鎷︽埅鍣�
 	uni.$u.http.interceptors.response.use((response) => {
+		if (response.data.code === 5113) {
+			uni.navigateTo({
+				url: '/pages/login/login'
+			});
+			return
+		}
 		if (response.data.code !== 200) {
 			uni.showToast({
 				title: response.data.message,

--
Gitblit v1.9.3