update ui

This commit is contained in:
zyronon
2023-12-05 11:21:44 +08:00
parent 7a2f0eb983
commit 3f1cf4b9b0
2 changed files with 1 additions and 6 deletions

View File

@@ -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({