From 95d8d3cbb4245eed6cbe04682798ec1aca4c05f2 Mon Sep 17 00:00:00 2001 From: WangDL Date: Fri, 22 May 2026 16:02:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20knowledge=20bases=20under=20existing=20?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93=E7=AE=A1=E7=90=86=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- src/config/menu.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9ffdda4..8304ebd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -71,7 +71,7 @@ function App() { } /> - } /> + }>} /> } /> } /> } /> diff --git a/src/config/menu.tsx b/src/config/menu.tsx index def6a02..00d5842 100644 --- a/src/config/menu.tsx +++ b/src/config/menu.tsx @@ -44,7 +44,6 @@ export const adminMenuItems: AdminMenuItem[] = [ { path: '/imports', name: '文档导入', icon: }, { path: '/files', name: '文件与 COS', icon: }, { path: '/settings', name: '系统配置', icon: , requiredRole: 'ADMIN' }, - { path: '/knowledge/bases', name: '知识库列表', icon: }, { path: '/billing', name: 'API 用量', icon: , requiredRole: 'SUPER_ADMIN' }, { path: '/git', name: '代码仓库', icon: }, { path: '/servers', name: '服务器运维', icon: , requiredRole: 'SUPER_ADMIN' },