From 7ae86a9b2b062430c903ec9d9d6c4392cbde6346 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期六, 09 十月 2021 16:03:21 +0800
Subject: [PATCH] 系统维护

---
 src/pages/vindicate/index/App.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/pages/vindicate/index/App.vue b/src/pages/vindicate/index/App.vue
index 6503f60..eb563ab 100644
--- a/src/pages/vindicate/index/App.vue
+++ b/src/pages/vindicate/index/App.vue
@@ -127,6 +127,10 @@
       // });
     }
      this.getLeftPer()
+     console.log(99999);
+     window.addEventListener("message",(e)=>{
+       console.log(e);
+     })
   },
   methods: {
     openMenu(item, i) {
@@ -314,11 +318,11 @@
         }
       }
     }
-    .nav-child:hover {
+    // .nav-child:hover {
       // box-shadow: 4px 4px 12px rgb(218, 218, 218);
       // transform: translate3d(0, -1px, 0);
       // transition: all 0.3s;
-    }
+    // }
   }
 }
 

--
Gitblit v1.8.0