测试计划关联用例
测试报告界面
This commit is contained in:
@@ -254,6 +254,20 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/testplan/casereport/platformReport',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/test/testplan/caseReport/platformReport'),
|
||||
name: 'platformReport',
|
||||
noCache: true,
|
||||
meta: { title: '平台报告', activeMenu: '/testplan' }
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user