北京经济技术开发区经开区虚拟城市项目-【前端】-Web
Jin Lei
2023-11-16 deccf053a8e07b82f4cd8b95b3243f4c5f1d2b86
src/components/index.vue
@@ -1,5 +1,13 @@
<template>
  <div class="mapViewer">
    <div class="cacheImage">
    <img style="display: none;" src="@assets/img/new/rightCircle-y.png" alt="" />
    <img style="display: none;" src="@assets/img/new/leftCircle-y.png" alt="" />
    <img style="display: none;" src="@assets/img/new/treeClose-y.png" alt="" />
    <img style="display: none;" src="@assets/img/new/h1.png" alt="" />
  </div>
    <div class="tooltip" :class="{ tooltiphide: !tooltipShow }">
      <span>
        {{ tooltipInfo }}
@@ -37,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>
@@ -228,9 +236,15 @@
      this.$store.commit("showHistory", false);
    },
  },
  beforeDestroy(){
    this.$refs.bottommenu.switchMenu(0);
  },
};
</script>
<style scoped>
.cacheImage{
  display: none !important;
}
.mapViewer {
  height: 100%;
}