diff --git a/frontend/src/router/routes/modules/fullPage.ts b/frontend/src/router/routes/modules/fullPage.ts index af4a3cee5f..7572d88e6b 100644 --- a/frontend/src/router/routes/modules/fullPage.ts +++ b/frontend/src/router/routes/modules/fullPage.ts @@ -8,6 +8,9 @@ const FullPage: AppRouteRecordRaw = { name: FullPageEnum.FULL_PAGE, redirect: '/fullPage/testPlanExportPDF', component: FULL_PAGE_LAYOUT, + meta: { + hideInMenu: true, + }, children: [ { path: 'testPlanExportPDF', diff --git a/frontend/src/views/test-plan/testPlan/detail/executeResultDrawer.vue b/frontend/src/views/test-plan/testPlan/detail/executeResultDrawer.vue index 65a6a7be03..1cede2187c 100644 --- a/frontend/src/views/test-plan/testPlan/detail/executeResultDrawer.vue +++ b/frontend/src/views/test-plan/testPlan/detail/executeResultDrawer.vue @@ -2,8 +2,8 @@