测试计划关联用例

测试报告界面
This commit is contained in:
pfl
2025-06-23 15:51:34 +08:00
parent 660871f873
commit f8b935378f
4 changed files with 351 additions and 4 deletions

View File

@@ -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' }
}
]
},
]
// 动态路由,基于用户权限动态去加载