|
@@ -24,6 +24,17 @@ export const routes = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/work-management',
|
|
|
+ title: '作业管理',
|
|
|
+ component: JobManagement,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/work-management/cre',
|
|
|
+ component: JobCreate,
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
path: '/task-mgmt',
|
|
|
title: '任务管理',
|
|
@@ -46,13 +57,4 @@ export const routes = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- path: '/work-management',
|
|
|
- title: '作业管理',
|
|
|
- component: JobManagement,
|
|
|
- children: [{
|
|
|
- path: '/work-management/cre',
|
|
|
- component: JobCreate
|
|
|
- }]
|
|
|
- }
|
|
|
]
|