From 76fcc13d4a87b30043b5d1818f2995e50bb66ff1 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Sun, 14 Sep 2025 15:54:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=8A=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=B0=83=E5=88=B0=E4=B8=8B=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AppLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/AppLayout.vue b/frontend/src/components/AppLayout.vue index 7963320..f6b2794 100644 --- a/frontend/src/components/AppLayout.vue +++ b/frontend/src/components/AppLayout.vue @@ -62,9 +62,9 @@ const mainMenuItems = [ { key: '/plans', label: '计划管理', icon: icon(CalendarOutlined) }, { key: '/queue', label: '调度队列', icon: icon(UnorderedListOutlined) }, { key: '/scheduler', label: '调度中心', icon: icon(ControlOutlined) }, - { key: '/history', label: '历史记录', icon: icon(HistoryOutlined) }, ] const bottomMenuItems = [ + { key: '/history', label: '历史记录', icon: icon(HistoryOutlined) }, { key: '/settings', label: '设置', icon: icon(SettingOutlined) }, ]