diff --git a/frontend/src/components/AppLayout.tsx b/frontend/src/components/AppLayout.tsx index d302a43..51a7f9e 100644 --- a/frontend/src/components/AppLayout.tsx +++ b/frontend/src/components/AppLayout.tsx @@ -18,7 +18,6 @@ import { AuditOutlined, AlertOutlined, BookOutlined, - ApartmentOutlined, LogoutOutlined, MenuFoldOutlined, MenuUnfoldOutlined, @@ -63,11 +62,6 @@ const menuItems: MenuProps['items'] = [ icon: , label: '任务管理', }, - { - key: '/dag', - icon: , - label: 'DAG 编排', - }, { key: '/workers', icon: ,