feat: 增加任务模板的增删改查
This commit is contained in:
@@ -44,6 +44,16 @@ const menus = {
|
||||
path: '/task',
|
||||
name: '任务',
|
||||
icon: <UnorderedListOutlined/>,
|
||||
routes: [
|
||||
{
|
||||
path: '/task/list',
|
||||
name: '任务列表',
|
||||
},
|
||||
{
|
||||
path: '/task/template/list',
|
||||
name: '任务模板',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/test',
|
||||
|
||||
Reference in New Issue
Block a user