From fa59af3a9562a7b7bc2157c34b3f55a78b791d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 21 Sep 2022 11:53:31 +0800 Subject: [PATCH] Remove commented codes --- src/router/data/infrastructure.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/router/data/infrastructure.ts b/src/router/data/infrastructure.ts index d725d63b..79bf7598 100644 --- a/src/router/data/infrastructure.ts +++ b/src/router/data/infrastructure.ts @@ -43,22 +43,6 @@ export default [ layer: "OS_LINUX", }, }, - // { - // path: "/infrastructure/vm", - // name: "VirtualMachine", - // meta: { - // title: "virtualMachine", - // }, - // component: () => import("@/views/infrastructure/Infrastructure.vue"), - // }, - // { - // path: "/infrastructure/k8s", - // name: "Kubernetes", - // meta: { - // title: "kubernetes", - // }, - // component: () => import("@/views/infrastructure/Infrastructure.vue"), - // }, ], }, ];