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>