From ae99af8b8f48306ac6319176bce7eb6e81828864 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 30 May 2024 15:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99=E6=97=B6,?= =?UTF-8?q?=20=E4=B8=8A=E4=BC=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ErrorPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ErrorPage.jsx b/src/components/ErrorPage.jsx index d99cd93..5102abd 100644 --- a/src/components/ErrorPage.jsx +++ b/src/components/ErrorPage.jsx @@ -5,7 +5,7 @@ export default function ErrorPage() { const errorResponse = useRouteError(); console.info('error: '); console.dir(errorResponse.message); - + window.$pageSpy.triggerPlugins('onOfflineLog', 'upload'); return ( ); -} \ No newline at end of file +}