diff --git a/src/router.ts b/src/router.ts index 04fa4455..897b76f5 100644 --- a/src/router.ts +++ b/src/router.ts @@ -7,7 +7,7 @@ const routes: any[] = [ {path: '/practice', component: Practice}, {path: '/dict', name: 'dict', component: Dict}, {path: '/test', name: 'test', component: Test}, - {path: '/', redirect: '/test'}, + {path: '/', redirect: '/practice'}, ] const router = VueRouter.createRouter({