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]);