From 8354037617536cc028fe83fa63757417b459dd7f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 23 May 2023 16:44:30 +0800
Subject: [PATCH] 去除巡逻路线中的移动箭头效果
---
src/views/activity/components/publicIndex.vue | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/views/activity/components/publicIndex.vue b/src/views/activity/components/publicIndex.vue
index 8c9cb66..0fe08c1 100644
--- a/src/views/activity/components/publicIndex.vue
+++ b/src/views/activity/components/publicIndex.vue
@@ -712,13 +712,6 @@
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,
--
Gitblit v1.9.3