up
chenyc
2022-09-22 271f768b4766f70160de6272247d183e33f21de1
src/router/index.ts
@@ -5,6 +5,7 @@
const routes: Array<RouteRecordRaw> = [
    { path: '/', name: 'Home', component: () => import('views/home/index.vue')},
    { path: '/my', name: 'myMine', component: () => import('views/myMine/index.vue')},
    { path: '/test', name: 'Test', component: () => import('views/test.vue')}
]