From 60f572b6b7c516db6ccda32c768f9117b4e51167 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 17 四月 2025 16:49:58 +0800
Subject: [PATCH] 1、fixbug:中空出片优先lisec问题解决 2、卧式理片笼出片路径调整,优先小线 3、fixbug:卧式理片笼两条线同时跑发生大线往小线送玻璃的情况 4、磨边后新增玻璃交互,为plc获取不到玻璃尺寸做二道保障
---
UI-Project/src/utils/unloadrequest.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/utils/unloadrequest.js b/UI-Project/src/utils/unloadrequest.js
index bdaeeb5..8ba8f0e 100644
--- a/UI-Project/src/utils/unloadrequest.js
+++ b/UI-Project/src/utils/unloadrequest.js
@@ -39,7 +39,6 @@
return res;
},
error => {
- console.log('err' + error) // for debug
return Promise.reject(error)
}
)
--
Gitblit v1.8.0