diff --git a/web/src/router/index.ts b/web/src/router/index.ts index e35dcf91eb78734d8397b4f9032c8f9b0074ec8d..e7a160bd5abbb942c4ebe38c945eb11df7bc860c 100755 --- a/web/src/router/index.ts +++ b/web/src/router/index.ts @@ -3,10 +3,12 @@ import { createRouter, createWebHistory } from 'vue-router' const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ - { - path: '/', - redirect:"/cluster", - }, + // { + // path: '/', + // name: 'home', + // component: () => import('@/App.vue') + // // redirect: '/cluster' + // }, { path: '/node', name: 'node',