shuishen
2023-04-27 577beb1a767da2c4a77409a019da85ac0aa473bb
src/views/activity/index.vue
@@ -1008,6 +1008,7 @@
    },
    beforeDestroy () {
        // 清除定时器
        this.cleartAllTimer()
    },
@@ -1058,6 +1059,9 @@
        this.$store.commit('SET_ACTIVITYPOLICEPOPUP', false)
        this.$parent.$parent.resize('0px')
        this.$EventBus.$off('activeDeletePolygon')
        this.$EventBus.$off('activeDeleteLineOrPoint')
    }
}
</script>