From d834db340790851078fd384dbccbfa21d2d8b5df Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Feb 2022 09:02:34 +0800
Subject: [PATCH] +解决(点击建筑后,生成的绿布,不会被点击其他关闭)

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

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 5320856..dbf3aad 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -355,7 +355,7 @@
             //     name: '地形'
             // })
 
-            // viewer.use(new that.DC.Measure())
+            viewer.use(new that.DC.Measure())
 
             // viewer.flyToPosition(
             //     new that.DC.Position(117.08489820, 31.65413916, 1500, 0, -90, 45)

--
Gitblit v1.9.3