From d2c0bccd2e6dde4cf2a614a67bbf0ed45e2bcbaf Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 29 十一月 2024 13:59:22 +0800
Subject: [PATCH] # 213
---
src/main/webapp/views/console-old.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/console-old.html b/src/main/webapp/views/console-old.html
index e6f6ac4..ecd6347 100644
--- a/src/main/webapp/views/console-old.html
+++ b/src/main/webapp/views/console-old.html
@@ -22,7 +22,7 @@
<h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
</div>
<div class="head-right">
- <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80">
+ <img src="../static/images/zy-logo.png" alt="娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�" height="44" width="80">
</div>
</div>
@@ -1016,7 +1016,7 @@
} else {
siteEl.html(sites[i].siteId);
}
- if (i + 1 === 8) {
+ if (sites[i].siteId<100) {
carAnimate(i + 1, Number(sites[i].nearbySta));
}
}
@@ -1199,7 +1199,7 @@
// 灏忚溅鍋忕Щ鍔ㄧ敾
function carAnimate(id, target) {
var targetTop = 122;
- if (id === 8) {
+ if (id < 100) {
switch (target) {
case 1:
targetTop += 160;
--
Gitblit v1.9.1