From 3efe34fdc1dfe58e16c8689faf086b38b2d73e83 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 16 三月 2026 16:41:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jxhcwcs-version1.0' into jxhcwcs-version1.0

---
 src/main/webapp/components/MapCanvas.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/components/MapCanvas.js b/src/main/webapp/components/MapCanvas.js
index dc76015..be746ba 100644
--- a/src/main/webapp/components/MapCanvas.js
+++ b/src/main/webapp/components/MapCanvas.js
@@ -539,7 +539,7 @@
         }
         if (status === "site-auto") {
           this.updateColor(sta, 0x78ff81);
-        } else if (status === "site-auto-run" || status === "site-auto-run-id") {
+        } else if (status === "site-auto-run" || status === "site-auto-id" || status === "site-auto-run-id") {
           this.updateColor(sta, 0xfa51f6);
         } else if (status === "site-unauto") {
           this.updateColor(sta, 0xb8b8b8);

--
Gitblit v1.9.1