From 0567b5df7f594fcf170627f2921e1eeefe8c80ab Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 27 Feb 2025 14:46:07 +0800
Subject: [PATCH] 1111

---
 src/page/home/home.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index ee42d04..814d43f 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -91,7 +91,7 @@
                 <div class="name">{{ $t("安全") }}</div>
               </div>
             </li> -->
-            <!-- <li @click="aRouter1">
+            <li @click="aRouter1">
               <div class="link">
                 <div class="icon">
                   <img
@@ -100,7 +100,7 @@
                 </div>
                 <div class="name">{{ $t("kf") }}</div>
               </div>
-            </li> -->
+            </li>
             <!-- <li @click="$router.push('/warehouse')">
               <div class="link">
                 <div class="icon">
@@ -186,7 +186,7 @@
     </div>
     <!-- tab -->
     <GoToLogin v-show="isGoTo" />
-    	<van-popup
+    	<!-- <van-popup
     	  v-model="isshow"
     	  style="border-radius: 10px"
 
@@ -213,7 +213,7 @@
     	      {{ $t("我知道了") }}
     	    </van-button>
     	  </div>
-    	</van-popup>
+    	</van-popup> -->
   </div>
 </template>
 <script>
@@ -352,8 +352,8 @@
       // window.open(this.onlineService);
     },
     aRouter1() {
-        window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
-      // window.open(this.onlineService);
+        // window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
+      window.open(this.onlineService);
     },
 
     getdialog() {

--
Gitblit v1.9.3