diff --git a/test-ui/src/router/index.js b/test-ui/src/router/index.js index 19710fc..53bad1e 100644 --- a/test-ui/src/router/index.js +++ b/test-ui/src/router/index.js @@ -254,6 +254,20 @@ export const constantRoutes = [ } ] }, + { + path: '/testplan/casereport/platformReport', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/test/testplan/caseReport/platformReport'), + name: 'platformReport', + noCache: true, + meta: { title: '平台报告', activeMenu: '/testplan' } + } + ] + }, ] // 动态路由,基于用户权限动态去加载 diff --git a/test-ui/src/views/test/testplan/caseReport/caseReport.vue b/test-ui/src/views/test/testplan/caseReport/caseReport.vue index fc02b25..29e53e5 100644 --- a/test-ui/src/views/test/testplan/caseReport/caseReport.vue +++ b/test-ui/src/views/test/testplan/caseReport/caseReport.vue @@ -16,7 +16,7 @@ - +