Browse Source

测试计划管理

qinzhipeng_v 5 years ago
parent
commit
e2b53bc74e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

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