gx
chenyc
2023-08-07 f93dde75fe0d4b93ef3eaf6472f4ff9a3f870b4e
src/router/index.ts
@@ -4,9 +4,8 @@
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: '/login', name: 'login', component: () => import('@/views/login/index.vue')},
]
const router = createRouter({