From deccf053a8e07b82f4cd8b95b3243f4c5f1d2b86 Mon Sep 17 00:00:00 2001
From: Jin Lei <jinlei_182@163.com>
Date: 星期四, 16 十一月 2023 10:29:06 +0800
Subject: [PATCH] 1.弹窗修复

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

diff --git a/src/components/index.vue b/src/components/index.vue
index e6ba270..7574e68 100644
--- a/src/components/index.vue
+++ b/src/components/index.vue
@@ -45,7 +45,7 @@
       <right ref="Right" />
       <leftpanel ref="Left" />
       <menupanel />
-      <bottommenu />
+      <bottommenu ref="bottommenu" />
       <setting v-if="showSetting" />
       <qycharts v-if="$store.state.qyEchartsShow" />
     </div>
@@ -236,6 +236,9 @@
       this.$store.commit("showHistory", false);
     },
   },
+  beforeDestroy(){
+    this.$refs.bottommenu.switchMenu(0);
+  },
 };
 </script>
 <style scoped>

--
Gitblit v1.9.3