From 533df0275a3090951af5d3bf8f5fdbeea2ce44b8 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 17 一月 2025 09:42:11 +0800 Subject: [PATCH] WCS出库完成接口修改,PDA的AGV转运调度小车修改 --- HTML/views/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HTML/views/index.html b/HTML/views/index.html index 8238ecd..13eab3b 100644 --- a/HTML/views/index.html +++ b/HTML/views/index.html @@ -139,7 +139,7 @@ var lastTime = new Date().getTime(); var currentTime = new Date().getTime(); - var timeOut = 1*5*1000; + var timeOut = 20*60*1000; $(function () { $(document).mouseover(function () { lastTime = new Date().getTime(); -- Gitblit v1.8.0