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 = () => { {/* 底部导航栏 */}