北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2024-05-08 10ecfd0b60442d209d1ab4b749580ffb638d1992
src/components/right/right-bottom.vue
@@ -22,23 +22,6 @@
        <el-tooltip
          class="item"
          effect="dark"
          content="文本操作"
          placement="left"
          popper-class="item_tooltip"
        >
          <div
            class="legend-bg"
            @click="showTextArea"
            :class="{ active: isShowTA }"
          >
            <img class="legendImg" src="@/assets/img/new/文本输入.png" />
          </div>
        </el-tooltip>
      </div>
      <div class="mapTool">
        <el-tooltip
          class="item"
          effect="dark"
          content="亦庄新区范围"
          placement="left"
          popper-class="item_tooltip"
@@ -398,10 +381,9 @@
    showDigitalPerson() {
      this.isShowDP = !this.isShowDP;
      this.$store.commit("showDigitalPerson", this.isShowDP);
    },
    showTextArea() {
      this.isShowTA = !this.isShowTA;
      this.$store.commit("showTextArea", this.isShowTA);
      if (!this.isShowDP) {
        this.$store.commit("showTextArea", false);
      }
    },
    maskingOut() {
      if (!window.maskinglayer) {