guanqb
2023-05-17 bbb9ee296e5ca96d80eed76173c3d76ebc14fc5f
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
                })
            })
        },