跑道观测推送及前端刷新间隔改回60秒,匹配AMSC每分钟更新频率

This commit is contained in:
2569718930@qq.com
2026-05-15 17:58:13 +08:00
parent 861b394e49
commit 6746650bb1
2 changed files with 20 additions and 20 deletions
@@ -165,7 +165,7 @@ export function RunwayObservationsPanel() {
ensureCityDetail(city.key, true, "panel"),
),
);
}, 300_000);
}, 60_000);
return () => {
if (intervalRef.current) clearInterval(intervalRef.current);
};