From a0cad73799c962f2c9d5b45ed25f9579953d5d22 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期日, 28 九月 2025 16:18:30 +0800
Subject: [PATCH] 绑定用户

---
 pages/passport/wechatMPLogin.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/passport/wechatMPLogin.vue b/pages/passport/wechatMPLogin.vue
index 3732606..f42635d 100644
--- a/pages/passport/wechatMPLogin.vue
+++ b/pages/passport/wechatMPLogin.vue
@@ -134,8 +134,8 @@
 				whetherNavigate("wx");
 			},
 			backToHome() {
-				uni.switchTab({
-					url: `/pages/tabbar/home/index`,
+				uni.redirectTo({
+					url: `/pages/tabbar/index/home`,
 				});
 			},
 			

--
Gitblit v1.8.0