From e820839f33bdc7eda7a22561a69d2dfe0e3ddad3 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期五, 07 三月 2025 20:56:28 +0800
Subject: [PATCH] 修改堆垛机站出库到出库站

---
 src/main/webapp/views/realtimeWatch/console.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/realtimeWatch/console.html b/src/main/webapp/views/realtimeWatch/console.html
index c33f08f..cef0123 100644
--- a/src/main/webapp/views/realtimeWatch/console.html
+++ b/src/main/webapp/views/realtimeWatch/console.html
@@ -609,7 +609,7 @@
                             siteEl.html(sites[i].siteId);
                         }
                         // RGV浣嶇疆
-                        if(sites[i].siteId === '112' || sites[i].siteId === '212'){
+                        if(sites[i].siteId === '16' || sites[i].siteId === '212'){
                             carAnimate(Number(sites[i].siteId), Number(sites[i].nearbySta));
                         }
                     }

--
Gitblit v1.9.1