From a856a66bc214d9761a1e1c78017f32f9ac819b05 Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 26 May 2025 09:33:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4=E4=B8=8D=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home.vue b/src/views/home.vue index e002c6a..5ab90e5 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -54,7 +54,7 @@ const asyncComponentConfig = { loadingComponent: LoadingComponent, errorComponent: ErrorComponent, - onError: (error: Error, retry: () => void, fail: () => void, attempts: number) => { + onError: (_error: Error, retry: () => void, fail: () => void, attempts: number) => { if (attempts <= 3) { retry(); } else {