linwei
2026-05-11 2adfa0c2715ec129f96bf85a66aa44fb906f73d0
src/components/map/components/placeBasePopup.vue
@@ -134,6 +134,10 @@
  methods: {
    closePopup () {
      this.$EventBus.$emit("mapClearLayer", {
        layerName: "scanLayer",
        type: "VectorLayer",
      })
      this.$store.commit('SET_PLACEBASEPOPUP', false)
    },