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() {