From 161781cbbded353689637440313fd5d8b76c4536 Mon Sep 17 00:00:00 2001 From: R524809 Date: Wed, 11 Feb 2026 15:39:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/main.tsx | 6 +++--- apps/web/src/router/index.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/main.tsx b/apps/web/src/main.tsx index bef5202..9ee12b0 100644 --- a/apps/web/src/main.tsx +++ b/apps/web/src/main.tsx @@ -4,7 +4,7 @@ import './index.css' import App from './App.tsx' createRoot(document.getElementById('root')!).render( - - - , + + + ) diff --git a/apps/web/src/router/index.tsx b/apps/web/src/router/index.tsx index 5e2f23d..f6f4e94 100644 --- a/apps/web/src/router/index.tsx +++ b/apps/web/src/router/index.tsx @@ -15,7 +15,7 @@ const StockDailyPricePage = lazy(() => import('@/pages/stock-daily-price')); export const router = createBrowserRouter([ { - path: '/login', + path: '/', element: , errorElement: , },