北京经济技术开发区经开区虚拟城市项目-【前端】-Web
Jin Lei
2023-11-16 deccf053a8e07b82f4cd8b95b3243f4c5f1d2b86
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>