From e0a42fbbf3d0c7c3fc7dcead67ee77e86759056c Mon Sep 17 00:00:00 2001
From: Administrator <1051256694@qq.com>
Date: 星期一, 16 三月 2026 16:30:53 +0800
Subject: [PATCH] #
---
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