测试计划关联用例及执行
This commit is contained in:
@@ -130,6 +130,20 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/testplan/execute',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/test/testplan/execute/index'),
|
||||
name: 'PlanExecute',
|
||||
noCache: true,
|
||||
meta: { title: '计划执行', activeMenu: '/testplan' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/task/detail',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user