Remove commented codes (#162)

This commit is contained in:
吴晟 Wu Sheng 2022-09-21 12:34:06 +08:00 committed by GitHub
parent b235929c77
commit d50e9fc261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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