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

---
 public/js/config.js                 |    8 +++++++-
 src/components/tools/seeAnalyze.vue |    8 ++++----
 src/views/mnfz.vue                  |    5 ++---
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/public/js/config.js b/public/js/config.js
index 2229bb5..8115059 100644
--- a/public/js/config.js
+++ b/public/js/config.js
@@ -1 +1,7 @@
-const BASE_URL = "http://192.168.56.107:8088"
\ No newline at end of file
+const BASE_URL = "http://192.168.56.107:8088"
+
+window.ps = {
+    emitMessage: function (message) {
+        // console.log("emitMessage", message)
+    }
+}
\ No newline at end of file
diff --git a/src/components/tools/seeAnalyze.vue b/src/components/tools/seeAnalyze.vue
index b2779ee..20414c7 100644
--- a/src/components/tools/seeAnalyze.vue
+++ b/src/components/tools/seeAnalyze.vue
@@ -128,20 +128,20 @@
   border-color: rgb(0, 150, 136);
 }
 
-
 /deep/ .el-slider__input {
   width: 112px;
 }
 
 /deep/ .el-input__wrapper {
-  background-color: #fff !important;
+  // background-color: #fff !important;
   border-color: #fff !important;
 }
 
 /deep/ .el-input-number {
   span {
-    background-color: #fff !important;
-    color: #000000;
+    // background-color: #fff !important;
+    background: rgba(8, 75, 66, 1) !important;
+    color: white !important;
   }
 }
 
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