save
This commit is contained in:
@@ -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'},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user