chenyc
2025-07-01 86757b78b4fede4c68af4e431817d53fa3446eb8
src/router/index.ts
@@ -4,9 +4,9 @@
import { Session } from '@/utils/storage'
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')},
    { 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')},
]
const router = createRouter({