From 88078aa63c669cffc2d91e1269d460436427d09d Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 10:21:01 +0800 Subject: [PATCH] gb18186 --- src/views/connectUs/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/connectUs/index.vue b/src/views/connectUs/index.vue index d861af0..020d65b 100644 --- a/src/views/connectUs/index.vue +++ b/src/views/connectUs/index.vue @@ -37,8 +37,8 @@ if (index == 0) { this.$router.push("/"); } - if (index == 2 || index == 4) { - window.open("http://smartai.com/contact"); + if (index == 2) { + window.open("http://smartai.com/about"); } }, }, -- Gitblit v1.8.0