#
Junjie
2 天以前 2003a72a765234d8a116b7d2b768ef752bf75b5c
src/main/webapp/components/MapCanvas.js
@@ -479,6 +479,8 @@
          this.updateColor(sta, 0x30bffc);
        } else if (status === "machine-pakout") {
          this.updateColor(sta, 0x97b400);
        } else if (status === "site-run-block") {
          this.updateColor(sta, 0xe69138);
        } else {
          this.updateColor(sta, 0xb8b8b8);
        }