This commit is contained in:
zyronon
2023-12-03 03:29:01 +08:00
parent 8b224c145a
commit 755806f082
2 changed files with 1 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ import Dict from '@/pages/dict'
const routes: any[] = [
{path: '/practice', component: Practice},
{path: '/dict', name: 'dict', component: Dict},
{path: '/', redirect: '/dict'},
{path: '/', redirect: '/practice'},
]
const router = VueRouter.createRouter({