src/views/activity/components/publicIndex.vue
@@ -712,6 +712,13 @@ lineLayer.addOverlay(lineObj) this.$EventBus.$emit('layerPolygonArrowsAdd', { layerName: 'newCarDrawLineLayers', positions: positionNewArr, material: color, params: { ...item, lineObj, item, data: item } }) this.$EventBus.$emit('layerPolygonAdd', { layerName: 'newCarDrawLineLayers', positions: positionStr, @@ -721,7 +728,6 @@ mouseOverIncident: this.pointMouseOver, mouseOutIncident: this.pointMouseOut }) }) },