This commit is contained in:
王念超
2024-06-06 19:02:52 +08:00
parent 99341a699f
commit 6f0f87ade2
27 changed files with 827 additions and 688 deletions

View File

@@ -39,20 +39,20 @@ export const routes: RouteRecordRaw[] = [
]
},
{path: '/mobile', component: Mobile,},
{path: '/mobile/practice', component: MobilePractice},
{path: '/mobile/dict-detail', component: DictDetail},
{path: '/mobile/set-dict-plan', name: 'set-dict-plan', component: SetDictPlan},
{path: '/mobile/setting', component: Setting},
{path: '/mobile/music-setting', component: MusicSetting},
{path: '/mobile/other-setting', component: OtherSetting},
{path: '/mobile/data-manage', component: DataManage},
{path: '/mobile/collect', component: CollectPage},
{path: '/mobile/wrong', component: WrongPage},
{path: '/mobile/simple', component: SimplePage},
{path: '/mobile/about', component: About},
{path: '/mobile/feedback', component: Feedback},
{path: '/test', component: Test},
// {path: '/mobile', component: Mobile,},
// {path: '/mobile/practice', component: MobilePractice},
// {path: '/mobile/dict-detail', component: DictDetail},
// {path: '/mobile/set-dict-plan', name: 'set-dict-plan', component: SetDictPlan},
// {path: '/mobile/setting', component: Setting},
// {path: '/mobile/music-setting', component: MusicSetting},
// {path: '/mobile/other-setting', component: OtherSetting},
// {path: '/mobile/data-manage', component: DataManage},
// {path: '/mobile/collect', component: CollectPage},
// {path: '/mobile/wrong', component: WrongPage},
// {path: '/mobile/simple', component: SimplePage},
// {path: '/mobile/about', component: About},
// {path: '/mobile/feedback', component: Feedback},
// {path: '/test', component: Test},
// {path: '/', redirect: '/pc/practice'},
]