From aa1e242ba4bf42a5f447f0c603c3054c07391b5c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 06 Mar 2025 15:09:25 +0800
Subject: [PATCH] 1111

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

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 40c1fe1..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">
@@ -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() {
@@ -511,7 +511,7 @@
     async getNewsList(type) {
       if (typeof type == "string") type = 1
       let data = await api.queryNewsList(type);
-      this.isshow = true
+      // this.isshow = true
       this.newListHeader.map((item) => {
         if (item.type === type) {
           item.data = data.data.list;

--
Gitblit v1.9.3