From a2f103ab7336aae63a7bd8eaacf9d92809e37daf Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 23 Dec 2025 16:47:28 +0800
Subject: [PATCH] feat:按钮样式调整

---
 src/utils/request/interceptors.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/request/interceptors.js b/src/utils/request/interceptors.js
index 3c906f0..3c889ae 100644
--- a/src/utils/request/interceptors.js
+++ b/src/utils/request/interceptors.js
@@ -82,7 +82,7 @@
     if (response.statusCode === 401) {
       const pages = getCurrentPages()
       const currentPage = pages[pages.length - 1]
-      uni.redirectTo({
+      uni.reLaunch({
         url: `/pages/login/index?redirect=/${currentPage.route}`
       })
     }

--
Gitblit v1.9.3