From 2083043344c7cb6c9bae4d602f69eac29ad3bb21 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 20 Sep 2022 17:19:29 +0800
Subject: [PATCH] 模型事件调整

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

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 5af9111..441d960 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-08-18 17:00:30
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2022-09-20 17:07:27
+ * @LastEditTime: 2022-09-20 17:19:17
  * @FilePath: \srs-police-affairs\src\components\map\index.vue
  * @Description: 公用地图组件
  * 
@@ -511,7 +511,7 @@
 
             polygon.setStyle({
                 material: material,
-                perPositionHeight: true
+                perPositionHeight: true,
             })
 
             layersObjcect[layerName].addOverlay(polygon)

--
Gitblit v1.9.3