From da05e3a4a13cc8f20f9475ade67a6a8c20c61ffc Mon Sep 17 00:00:00 2001 From: zyh Date: Thu, 10 Apr 2025 04:09:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=EF=BC=8C=E5=B0=86=E5=8E=9F=E6=9C=89?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E7=AD=BE=E6=9B=BF=E6=8D=A2=E4=B8=BA?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=8F=90=E5=8D=87=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E7=9A=84=E5=8F=AF=E7=BB=B4=E6=8A=A4=E6=80=A7?= =?UTF-8?q?=E5=92=8C=E4=B8=80=E8=87=B4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/mobile/mobile_app.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/client/mobile/mobile_app.tsx b/client/mobile/mobile_app.tsx index 64bd6dd..0005428 100644 --- a/client/mobile/mobile_app.tsx +++ b/client/mobile/mobile_app.tsx @@ -5,7 +5,9 @@ import { RouterProvider, Outlet, Navigate, - useLocation + useLocation, + useNavigate, + Link } from 'react-router'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; import dayjs from 'dayjs'; @@ -224,33 +226,33 @@ const MobileLayout = () => { {/* 底部导航栏 */}