From 861909016ee49f9892164142f983b0bf99f43fbf Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 26 Jan 2022 14:30:45 +0800
Subject: [PATCH] 模型点击事件修改

---
 src/components/map/index.vue |    2 +-
 src/pcviews/tool/ranging.vue |    4 ++--
 2 files changed, 3 insertions(+), 3 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)
diff --git a/src/pcviews/tool/ranging.vue b/src/pcviews/tool/ranging.vue
index 6d2c065..3557b32 100644
--- a/src/pcviews/tool/ranging.vue
+++ b/src/pcviews/tool/ranging.vue
@@ -3,7 +3,7 @@
  * @Name: 地图测距
  * @Date: 2021-11-13 16:04:27
  * @Last Modified by: Morpheus
- * @Last Modified time: 2021-12-24 09:46:27
+ * @Last Modified time: 2022-01-26 11:24:56
  */
 
 <template>
@@ -34,7 +34,7 @@
             <el-button type="danger"
                        size="mini"
                        @click.stop="deactivate">
-                结束
+                清除
             </el-button>
         </div>
     </div>

--
Gitblit v1.9.3