From fd1274d07f1e68ed28bdb08bd95e5bb27c4e2da1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 25 Jun 2023 14:24:23 +0800
Subject: [PATCH] git无法使用期间修改……

---
 src/views/activity/components/twoDrawBtnBox.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/activity/components/twoDrawBtnBox.vue b/src/views/activity/components/twoDrawBtnBox.vue
index 72c8338..f42ee79 100644
--- a/src/views/activity/components/twoDrawBtnBox.vue
+++ b/src/views/activity/components/twoDrawBtnBox.vue
@@ -417,8 +417,8 @@
                     lineColor = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 255)
                 }
                 addPlotOverlayData.setStyle({
-                    material: lineColor,
-                    width: 3
+                    material: new global.DC.PolylineArrowMaterialProperty(lineColor),
+                    width: 10
                 })
 
                 data.linePositionStr = positionNewArr
@@ -590,8 +590,8 @@
                         lineColor = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 255)
                     }
                     overlay.attrParams.lineObj.setStyle({
-                        "material": lineColor,
-                        'width': 3
+                        material: new global.DC.PolylineArrowMaterialProperty(lineColor),
+                        width: 10
                     })
                     overlay.attrParams.linePositionStr = linePosition
                     overlay.attrParams.polygonPositionStr = positionStr

--
Gitblit v1.9.3