From 4b6edf3a8ebe6eebb94615ce692938550556d441 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 11 Oct 2024 17:10:02 +0800
Subject: [PATCH] 1

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

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 75945b1..6a1bc2a 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">
@@ -492,10 +492,10 @@
     },
   },
 
-  mounted() {
+  async  mounted() {
     this.getUserInfo();
     this.getInfoSite();
-    this.getNewsList(1);
+    await  this.getNewsList(1);
     this.getArtList();
     this.getBanner();
 

--
Gitblit v1.9.3