Browse Source

修改客服路径

lihuilin/feature-20251024095243-我的
wangyi 3 weeks ago
parent
commit
f46db8e63f
  1. 4
      pages/start/Registration/Registration.vue
  2. 2
      pages/start/login/login.vue
  3. 4
      pages/start/recoverPassword/recoverPassword.vue

4
pages/start/Registration/Registration.vue

@ -253,9 +253,9 @@ function goToIndex() {
}
function goToService() {
//
//
uni.navigateTo({
url: "/pages/start/login/login",
url: "/pages/customerServicePlatform/csPlatformIndex",
});
}

2
pages/start/login/login.vue

@ -324,7 +324,7 @@ function goToIndex() {
function goToService() {
//
uni.navigateTo({
url: "/pages/home/home",
url: "/pages/customerServicePlatform/csPlatformIndex",
});
}

4
pages/start/recoverPassword/recoverPassword.vue

@ -298,7 +298,9 @@ function goToBack() {
function goToService() {
//
uni.navigateBack(-1);
uni.navigateTo({
url: "/pages/customerServicePlatform/csPlatformIndex",
});
}
function switchEmail() {

Loading…
Cancel
Save