chenyc
2025-07-01 86757b78b4fede4c68af4e431817d53fa3446eb8
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')},
]