From c4020f272512fc011c90ff3d4a0393fef49415bc Mon Sep 17 00:00:00 2001 From: huangzhuang_3rd Date: Thu, 13 Aug 2026 23:12:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20DAG=E7=94=BB=E5=B8=83=E5=B5=8C=E5=85=A5?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E8=8A=82=E7=82=B9=E7=82=B9=E5=87=BB=E5=BC=B9=E8=AF=A6?= =?UTF-8?q?=E6=83=85Modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AppLayout.tsx | 6 ------ 1 file changed, 6 deletions(-) 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: ,