From 247268a60e731543aa69bafc88cc9bf20d16d72b Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Thu, 21 May 2026 20:29:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Dashboard.jsx=20=E4=BF=AE=E5=A4=8D=20lim?= =?UTF-8?q?it=20=E6=9C=AA=E5=AE=9A=E4=B9=89=20ReferenceError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Dashboard/Dashboard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Dashboard/Dashboard.jsx b/frontend/src/pages/Dashboard/Dashboard.jsx index d0751c5..27d8346 100644 --- a/frontend/src/pages/Dashboard/Dashboard.jsx +++ b/frontend/src/pages/Dashboard/Dashboard.jsx @@ -43,7 +43,7 @@ function Dashboard() { useEffect(() => { Promise.all([ - listEpisodes(limit = 9), + listEpisodes(9), listTargets(), ]).then(([epData, tgtData]) => { // 按 air_date 倒序取前 9