1
0

feat: 增加任务模板的增删改查

This commit is contained in:
2025-09-05 19:58:12 +08:00
parent 1fc8d3160c
commit 028a578896
15 changed files with 527 additions and 99 deletions

View File

@@ -44,6 +44,16 @@ const menus = {
path: '/task',
name: '任务',
icon: <UnorderedListOutlined/>,
routes: [
{
path: '/task/list',
name: '任务列表',
},
{
path: '/task/template/list',
name: '任务模板',
}
]
},
{
path: '/test',