From 16213c0f85aa3ac8317797bf4a05fd12940e16d3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 05 三月 2025 17:29:42 +0800 Subject: [PATCH] - --- src/pages/login/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 6e83bef..75ada2c 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -69,7 +69,9 @@ } }, back() { - uni.navigateBack() + uni.switchTab({ + url: '/pages/index/index' + }); }, getPhoneNumber(e) { if (!this.isChecked) { -- Gitblit v1.9.1