chenyc
2022-09-26 21698c91c9011fbce6fd8b8d6487f9e00ec9bb94
src/router/index.ts
@@ -6,7 +6,6 @@
const routes: Array<RouteRecordRaw> = [
    // { path: '/', name: 'Home', component: () => import('@/views/home/index.vue')},
    { path: '/', name: 'test', component: () => import('@/views/home/index.vue')},
    { path: '/test', name: 'Home', component: () => import('@/views/test/index.vue')},
]
const router = createRouter({