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