提交 b9f45fb2 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 a0155a70
......@@ -264,11 +264,11 @@ export default [
}
]
},
/* mobileLive 移动端 */
/* mobile 移动端 */
{
path: '/mobile',
redirect: '/mobile/0/0/error/404',
component: () => import('@/pages/mobileLive/index.vue'),
component: () => import('@/pages/mobile/index.vue'),
props: true,
children: [
{
......@@ -278,18 +278,18 @@ export default [
{
path: 'list',
name: 'mobileIndex',
component: () => import('@/pages/mobileLive/list.vue'),
component: () => import('@/pages/mobile/list.vue'),
props: true
},
{
path: 'help/student',
name: 'studentHelp',
component: () => import('@/pages/mobileLive/studentHelp.vue')
component: () => import('@/pages/mobile/studentHelp.vue')
},
{
path: 'help/teacher',
name: 'teacherHelp',
component: () => import('@/pages/mobileLive/teacherHelp.vue')
component: () => import('@/pages/mobile/teacherHelp.vue')
}
]
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论