提交 8c48bfba authored 作者: matian's avatar matian

代码提交

上级 8df63276
...@@ -4,9 +4,9 @@ const routes = [ ...@@ -4,9 +4,9 @@ const routes = [
component: () => import('@/components/layout/index.vue'), component: () => import('@/components/layout/index.vue'),
children: [ children: [
{ path: '/teacher/data/course', component: () => import('./views/List.vue') }, { path: '/teacher/data/course', component: () => import('./views/List.vue') },
{ path: '/classDatas', component: () => import('./components/ClassList.vue') }, { path: '/classDatas', component: () => import('./views/ClassList.vue') },
{ path: '/personal', component: () => import('./components/PersonalList.vue') }, { path: '/personal', component: () => import('./views/PersonalList.vue') },
{ path: '/detail', component: () => import('./components/CourseProcessList.vue') } { path: '/detail', component: () => import('./views/CourseProcessList.vue') }
] ]
} }
] ]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论