From 2bd2c83cebc29314c961632bfbbb771d0cc94936 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 28 一月 2026 10:31:10 +0800
Subject: [PATCH] 堆垛机自动回原点做成系统配置

---
 src/main/webapp/static/js/console.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/console.js b/src/main/webapp/static/js/console.js
index de14203..b086f36 100644
--- a/src/main/webapp/static/js/console.js
+++ b/src/main/webapp/static/js/console.js
@@ -30,7 +30,7 @@
         let bLen
         let interval // 闂撮殧鏁�
 
-        if (i < 8) {
+        if (i <= 12) {
             interval = 1
             bLen = maxBayNo / interval // 搴撲綅涓暟
         } else {

--
Gitblit v1.9.1