From 887148a85eec1425e46aacf77e54b7da9f1f840b Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 18:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E6=94=B9=E7=94=A8=20depth=3D?= =?UTF-8?q?full=20=E8=8E=B7=E5=8F=96=E5=A4=9A=E6=A8=A1=E5=9E=8B=E9=80=90?= =?UTF-8?q?=E6=97=B6=E6=9B=B2=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index a8811fc2..fb3f7af2 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -739,7 +739,7 @@ export function LiveTemperatureThresholdChart({ return; } 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", headers: { Accept: "application/json" }, })