chenyc
2024-01-26 d447355e6d08e3a48ea6fd0df132e3120ede6a16
src/router/index.ts
@@ -4,8 +4,9 @@
import { Session } from '@/utils/storage'
const routes: Array<RouteRecordRaw> = [
    // { path: '/', name: 'Home', component: () => import('@/views/home/index2.vue')},
    { path: '/', name: 'Home', component: () => import('@/views/home/index.vue')},
    { path: '/login', name: 'login', component: () => import('@/views/login/index.vue')},
    // { path: '/', name: 'login', component: () => import('@/views/login/index.vue')},
]
const router = createRouter({