图表改用 depth=full 获取多模型逐时曲线

This commit is contained in:
2569718930@qq.com
2026-05-25 18:32:21 +08:00
parent 608befe748
commit 887148a85e
@@ -739,7 +739,7 @@ export function LiveTemperatureThresholdChart({
return; return;
} }
let cancelled = false; let cancelled = false;
fetch(`/api/city/${encodeURIComponent(city)}/detail?depth=panel&force_refresh=false`, { fetch(`/api/city/${encodeURIComponent(city)}/detail?depth=full&force_refresh=false`, {
cache: "no-store", cache: "no-store",
headers: { Accept: "application/json" }, headers: { Accept: "application/json" },
}) })