From 322c385bde8f50c4a79330ea07e24e42e909eb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=AA=E5=85=BD?= <24677102@qq.com> Date: Fri, 26 Sep 2025 12:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymhZjz/pages/login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymhZjz/pages/login/index.js b/ymhZjz/pages/login/index.js index fe6720a..d8a063f 100644 --- a/ymhZjz/pages/login/index.js +++ b/ymhZjz/pages/login/index.js @@ -45,7 +45,7 @@ Page({ if (pages && pages.length > 1) { wx.navigateBack({ delta: 1 }); } else { - wx.switchTab({ url: '/pages/index/index' }); + wx.switchTab({ url: '/pages/home/index' }); } }