|
@@ -94,6 +94,7 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: '/Platform/useCasePage',
|
|
|
name: '用例管理',
|
|
|
+ hidden: true,
|
|
|
component: () => import('@/views/Platform/useCasePage'),
|
|
|
meta: { title: '用例管理' },
|
|
|
children: [
|
|
@@ -111,13 +112,6 @@ export const constantRoutes = [
|
|
|
component: () => import('@/views/Platform/useCase/queryUse'),
|
|
|
meta: { title: '用例查看' }
|
|
|
}
|
|
|
- // {
|
|
|
- // path: 'bugUpdate',
|
|
|
- // name: '更新Bug',
|
|
|
- // hidden: true,
|
|
|
- // component: () => import('@/views/Platform/bugManage/bugUpdate'),
|
|
|
- // meta: { title: '更新Bug' }
|
|
|
- // }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -129,7 +123,7 @@ export const constantRoutes = [
|
|
|
{
|
|
|
path: 'testPageData',
|
|
|
name: '测试计划管理',
|
|
|
- // hidden: true,
|
|
|
+ hidden: true,
|
|
|
component: () => import('@/views/Platform/presentation/testPage.vue'),
|
|
|
meta: { title: '测试计划管理' }
|
|
|
},
|