From f46db8e63fd8dacf993067a82f7ee9dc57df839d Mon Sep 17 00:00:00 2001 From: wangyi <3432649580@qq.com> Date: Thu, 30 Oct 2025 11:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=9C=8D=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/start/Registration/Registration.vue | 4 ++-- pages/start/login/login.vue | 2 +- pages/start/recoverPassword/recoverPassword.vue | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/start/Registration/Registration.vue b/pages/start/Registration/Registration.vue index 19285a8..b4d205a 100644 --- a/pages/start/Registration/Registration.vue +++ b/pages/start/Registration/Registration.vue @@ -253,9 +253,9 @@ function goToIndex() { } function goToService() { - // 返回上一页 + // 返回上一页 uni.navigateTo({ - url: "/pages/start/login/login", + url: "/pages/customerServicePlatform/csPlatformIndex", }); } diff --git a/pages/start/login/login.vue b/pages/start/login/login.vue index a395741..5cd0fc6 100644 --- a/pages/start/login/login.vue +++ b/pages/start/login/login.vue @@ -324,7 +324,7 @@ function goToIndex() { function goToService() { // 返回上一页 uni.navigateTo({ - url: "/pages/home/home", + url: "/pages/customerServicePlatform/csPlatformIndex", }); } diff --git a/pages/start/recoverPassword/recoverPassword.vue b/pages/start/recoverPassword/recoverPassword.vue index c585376..9644a18 100644 --- a/pages/start/recoverPassword/recoverPassword.vue +++ b/pages/start/recoverPassword/recoverPassword.vue @@ -298,7 +298,9 @@ function goToBack() { function goToService() { // 返回上一页 - uni.navigateBack(-1); + uni.navigateTo({ + url: "/pages/customerServicePlatform/csPlatformIndex", + }); } function switchEmail() {