diff --git a/frontend/src/components/AppLayout.tsx b/frontend/src/components/AppLayout.tsx index 4db998a..51a7f9e 100644 --- a/frontend/src/components/AppLayout.tsx +++ b/frontend/src/components/AppLayout.tsx @@ -16,6 +16,8 @@ import { CheckSquareOutlined, RobotOutlined, AuditOutlined, + AlertOutlined, + BookOutlined, LogoutOutlined, MenuFoldOutlined, MenuUnfoldOutlined, @@ -70,6 +72,16 @@ const menuItems: MenuProps['items'] = [ icon: , label: '审核管理', }, + { + key: '/alerts', + icon: , + label: '告警中心', + }, + { + key: '/knowledge', + icon: , + label: '知识库', + }, ]; export default function AppLayout() {