diff --git a/src/router/infrastructure.ts b/src/router/infrastructure.ts index 555953f5..fbd38580 100644 --- a/src/router/infrastructure.ts +++ b/src/router/infrastructure.ts @@ -44,6 +44,7 @@ export const routesInfra: Array = [ name: "LinuxActiveTabIndex", meta: { title: "linux", + notShow: true, }, component: () => import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),