From 3c9afdeceabad60dbdcc8f7810ace4cdb3da422f Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 14 Jun 2022 22:08:55 +0800 Subject: [PATCH] fix router --- src/router/infrastructure.ts | 1 + 1 file changed, 1 insertion(+) 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"),