|
@@ -144,7 +144,6 @@ export const constantRoutes = [
|
|
{
|
|
{
|
|
path: '/Platform/useCasePage',
|
|
path: '/Platform/useCasePage',
|
|
name: '用例管理',
|
|
name: '用例管理',
|
|
- // hidden: true,
|
|
|
|
component: () => import('@/views/Platform/useCasePage'),
|
|
component: () => import('@/views/Platform/useCasePage'),
|
|
meta: { title: '用例管理', keepAlive: true },
|
|
meta: { title: '用例管理', keepAlive: true },
|
|
children: [
|
|
children: [
|
|
@@ -180,7 +179,6 @@ export const constantRoutes = [
|
|
{
|
|
{
|
|
path: 'testPageData',
|
|
path: 'testPageData',
|
|
name: '测试计划管理',
|
|
name: '测试计划管理',
|
|
- // hidden: true,
|
|
|
|
component: () => import('@/views/Platform/presentation/testPage.vue'),
|
|
component: () => import('@/views/Platform/presentation/testPage.vue'),
|
|
meta: { title: '测试计划管理' }
|
|
meta: { title: '测试计划管理' }
|
|
},
|
|
},
|