From 0c62082c92c2e8528fab0ee6030878fcbb51c3de Mon Sep 17 00:00:00 2001 From: Monster <389264167@qq.com> Date: Thu, 31 Jul 2025 18:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9A=E6=89=8D=E6=BC=8F=E5=88=A0=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E8=A1=8C=EF=BC=8C=E6=8A=B1=E6=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/router.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/router.tsx b/ui/src/router.tsx index 0ebba31..fb67798 100644 --- a/ui/src/router.tsx +++ b/ui/src/router.tsx @@ -33,7 +33,6 @@ const Chat = LazyLoadable(lazy(() => import('@/pages/chat'))); const Completion = LazyLoadable(lazy(() => import('@/pages/completion'))); const Model = LazyLoadable(lazy(() => import('@/pages/model'))); const MemberManage = LazyLoadable(lazy(() => import('@/pages/memberManage'))); -const Admin = LazyLoadable(lazy(() => import('@/pages/admin'))); const GeneralSetting = LazyLoadable(lazy(() => import('@/pages/generalSetting'))); const Invite = LazyLoadable(lazy(() => import('@/pages/invite'))); const Auth = LazyLoadable(lazy(() => import('@/pages/auth')));