diff --git a/src/router/routes.ts b/src/router/routes.ts index b89bddfd..f7afd9b3 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -1,7 +1,6 @@ import { RouteRecordRaw } from 'vue-router'; const routes: RouteRecordRaw[] = [ - { path: '/test', component: () => import('pages/99-test/MainPage.vue') }, { path: '', redirect: { name: 'Home' },