From d07c0f7056d03aee3856456f5b9fb97f57380f7c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 30 Nov 2021 16:59:27 +0800
Subject: [PATCH] 武装押运

---
 src/components/map/main.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index c7e927d..575c141 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -196,6 +196,8 @@
   },
   methods: {
     addEntitys(item, icon, scale, name, type) {
+
+      console.log(item, 565)
       this[type].getSource().clear();
 
       const iconFeature = new Feature({

--
Gitblit v1.9.3