From 986ead9c0ba1de832e5265a806d9c30f79f0688b Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 15 七月 2022 20:27:37 +0800
Subject: [PATCH] 下载

---
 src/views/connectUs/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/connectUs/index.vue b/src/views/connectUs/index.vue
index d861af0..574d3ea 100644
--- a/src/views/connectUs/index.vue
+++ b/src/views/connectUs/index.vue
@@ -37,9 +37,12 @@
       if (index == 0) {
         this.$router.push("/");
       }
-      if (index == 2 || index == 4) {
+      if (index == 2) {
         window.open("http://smartai.com/contact");
       }
+      if (index == 4) {
+        window.open("http://smartai.com/consult");
+      }
     },
   },
 };

--
Gitblit v1.8.0