chenyc
2024-08-15 5d14849c54bf53624c8aa1497c2372fdf15ab8e7
src/router/index.ts
@@ -5,6 +5,7 @@
const routes: Array<RouteRecordRaw> = [
    { path: '/', name: 'Home', component: () => import('@/views/home/index.vue')},
    // { path: '/', name: 'Home', component: () => import('@/views/home/index2.vue')},
    // { path: '/', name: 'login', component: () => import('@/views/login/index.vue')},
]