From 5414736b9689da31db31f315808d312743b1a31f Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 17 十月 2024 14:41:26 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/insight/agv/AgvMain.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/map/insight/agv/AgvMain.jsx b/zy-acs-flow/src/map/insight/agv/AgvMain.jsx index b6686e3..74c94de 100644 --- a/zy-acs-flow/src/map/insight/agv/AgvMain.jsx +++ b/zy-acs-flow/src/map/insight/agv/AgvMain.jsx @@ -91,6 +91,8 @@ useEffect(() => { if (info) { + console.log(info); + endThree(); setLoading(true); setTimeout(() => { @@ -100,7 +102,7 @@ }; renderThree(info, curAgvNo); setLoading(false); - }, 300); + }, 200); } return endThree; }, [info]); -- Gitblit v1.9.1