#
zjj
2025-04-17 b0536df735216d89b8a29862a4072ec9715cf682
zy-asrs-flow/src/pages/map/drawer/shuttle/view.jsx
@@ -59,11 +59,14 @@
            setLoading(false);
        }
        fetchShuttleInfo(data.no);
    }, [data]);
    useEffect(() => {
        console.log(info);
    }, [info])
        const timer = setInterval(() => {
            fetchShuttleInfo(data.no);
        }, 1000);
        return () => {
            clearInterval(timer);
        }
    }, [data]);
    return (
        <>