From 664d9030efca22edd8e43b4db4b2c0700fff44af Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期三, 14 一月 2026 09:18:33 +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