测试计划相关接口

This commit is contained in:
pfl
2025-04-25 10:36:38 +08:00
parent 0a79684d86
commit 5ce3f5c64b
16 changed files with 1190 additions and 0 deletions

View File

@@ -228,6 +228,20 @@ export const constantRoutes = [
}
]
},
{
path: '/testplan/overview',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/test/testplan/overview'),
name: 'overview',
noCache: true,
meta: { title: '测试计划', activeMenu: '/testplan' }
}
]
},
]
// 动态路由,基于用户权限动态去加载