From 292cb4401ad94f02459eb802699ba83b75bfa112 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 19 四月 2024 15:07:05 +0800
Subject: [PATCH] #
---
src/router/index.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.jsx b/src/router/index.jsx
index eae2670..dc99047 100644
--- a/src/router/index.jsx
+++ b/src/router/index.jsx
@@ -11,11 +11,11 @@
const router = createBrowserRouter([
{
path: '/',
- element: <Text />,
+ element: <Base />,
},
{
path: '*',
- element: <NotFound />
+ element: <Text />
}
])
--
Gitblit v1.9.1