From 4c3fa1119d6b7d86c46257671bac4124d1ebb6aa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 18 四月 2024 16:55:29 +0800
Subject: [PATCH] #

---
 src/router/index.jsx |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/router/index.jsx b/src/router/index.jsx
index 738bd08..eae2670 100644
--- a/src/router/index.jsx
+++ b/src/router/index.jsx
@@ -2,6 +2,8 @@
 
 import App from '@/App'
 import NotFound from '@/pages/not-found'
+import Base from '@/pages/base'
+import Text from '@/pages/text'
 
 // createBrowserRouter -> history
 // createHashRouter -> hash (#)
@@ -9,7 +11,7 @@
 const router = createBrowserRouter([
     {
         path: '/',
-        element: <App />,
+        element: <Text />,
     },
     {
         path: '*',

--
Gitblit v1.9.1