From e3f6581c48b1dfb65c55e8a1a6ce1761a7dc26b4 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期四, 16 一月 2025 15:29:43 +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