From 07c4973e48d82b970deb917013328aae45bc6703 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期三, 07 五月 2025 15:13:01 +0800
Subject: [PATCH] 修改bug

---
 src/views/mnfz.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/mnfz.vue b/src/views/mnfz.vue
index 0e88c57..2c3352b 100644
--- a/src/views/mnfz.vue
+++ b/src/views/mnfz.vue
@@ -287,16 +287,15 @@
 //     },
 //   ];
 
-
 ///////////////////////////// 娴佸厜绾块伩闄╄矾绾�/////////////////////////////
 let pathLayer = null; // 瀛樺偍鍒涘缓鐨勫浘灞�
 function showLine() {
   // 鍒涘缓鏂板浘灞�
   pathLayer = earthCtrl.factory.createPathLayer({
     url: "/json/line.json",
-    color: "#008500",
+    color: "#00FF00",
     width: 12.0,
-    pointColor: "#FFFFFF",
+    pointColor: "#73FFA7",
     speed: 2,
     far: 50000,
   });

--
Gitblit v1.9.3