|
@@ -644,6 +644,25 @@ export const constantRoutes = [{
|
|
|
// redirect: '/newWeb/index',
|
|
|
name: '发布管理',
|
|
|
meta: { title: '发布管理' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/automation',
|
|
|
+ component: () => import('@/views/automation/index'),
|
|
|
+ // redirect: '/newWeb/index',
|
|
|
+ name: '自动化',
|
|
|
+ meta: { title: '自动化' },
|
|
|
+ children: [{
|
|
|
+ path: '/automation',
|
|
|
+ name: '扁鹊',
|
|
|
+ component: () => import('@/views/automation/index'),
|
|
|
+ meta: { title: '扁鹊' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/apiManagement',
|
|
|
+ name: 'api管理',
|
|
|
+ component: () => import('@/views/apiManagement/index'),
|
|
|
+ meta: { title: 'api管理' }
|
|
|
+ }]
|
|
|
}
|
|
|
]
|
|
|
},
|