From 1a6b027bd082d634aada914d46f5104e5eb91ca3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 13 Jul 2023 16:35:35 +0800
Subject: [PATCH] 电子沙盘相关更改

---
 src/views/activity/components/drawBtnBox.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/activity/components/drawBtnBox.vue b/src/views/activity/components/drawBtnBox.vue
index 08505cb..305fcb7 100644
--- a/src/views/activity/components/drawBtnBox.vue
+++ b/src/views/activity/components/drawBtnBox.vue
@@ -321,7 +321,7 @@
             let color = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, a)
             let position = item.position.slice(12, item.position.length - 2).replace(/,/g, ';').replace(/ /g, ',')
 
-            let positions = position.split(';').map((item, index) => `${item},140`)
+            let positions = position.split(';').map((item, index) => `${item},20`)
             positions.push(positions[0])
             positions = positions.join(';')
             if (item.type == 5 && (item.areaType == 2 || item.areaType == 3)) {

--
Gitblit v1.9.3