This commit is contained in:
2025-03-14 19:17:54 +08:00
parent d8a805f559
commit da07ae2b29
5 changed files with 32 additions and 9 deletions

View File

@@ -35,7 +35,8 @@ const mockRoutes = [
title: '新建任务',
icon: '',
meta: {
name: '新建任务'
name: '新建任务',
hidden: true,
},
component: 'new-task',
}