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' },