#
luxiaotao1123
2024-10-17 5414736b9689da31db31f315808d312743b1a31f
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]);