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"), - // }, ], }, ];