zrj
2024-06-21 8bb2e20b8fdb4bfee61acfc78b34f7433c59ab0d
首页页面离开销毁图标
1 files modified
6 ■■■■■ changed files
src/views/home/components/dialog/placeDetailsBox.vue 6 ●●●●● patch | view | raw | blame | history
src/views/home/components/dialog/placeDetailsBox.vue
@@ -369,6 +369,12 @@
      this.visible = false;
    },
  },
  destroyed () {
    this.$EventBus.$emit("mapRemoveLayer", {
        layerName: "scanLayer",
        type: "VectorLayer",
      });
  }
};
</script>