|
@@ -12,13 +12,13 @@ const routes = [
|
|
|
component: () => import('@/views/index.vue'),
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/teacherInfo/index',
|
|
|
+ path: '/info',
|
|
|
name: 'teacherInfo_index',
|
|
|
meta: { title: '教师信息', sub: '管理' },
|
|
|
component: () => import('@/views/teacherInfo/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/plan/index',
|
|
|
+ path: '/newPlan/index',
|
|
|
name: 'plan_list',
|
|
|
meta: { title: '计划', sub: '列表' },
|
|
|
component: () => import('@/views/plan/index.vue'),
|
|
@@ -48,7 +48,7 @@ const routes = [
|
|
|
component: () => import('@/views/plan/classes/info.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/lesson/index',
|
|
|
+ path: '/train/plan/term/lesson',
|
|
|
name: 'lesson_index',
|
|
|
meta: { title: '课程信息' },
|
|
|
component: () => import('@/views/lesson/index.vue'),
|
|
@@ -78,14 +78,14 @@ const routes = [
|
|
|
component: () => import('@/views/class/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/class/classStuList',
|
|
|
+ path: '/student/index',
|
|
|
name: 'class_classStuList',
|
|
|
meta: { title: '学生名单' },
|
|
|
component: () => import('@/views/class/classStuList.vue'),
|
|
|
},
|
|
|
// 在线授课
|
|
|
{
|
|
|
- path: '/teaching/index',
|
|
|
+ path: '/centerTeaching/index',
|
|
|
name: 'teaching_index',
|
|
|
meta: { title: '直播讲课' },
|
|
|
component: () => import('@/views/teaching/index.vue'),
|
|
@@ -103,7 +103,7 @@ const routes = [
|
|
|
component: () => import('@/views/teaching/live.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/teaching/afterClass',
|
|
|
+ path: '/centerTeaching/afterClass',
|
|
|
name: 'teaching_afterClass',
|
|
|
meta: { title: '课后答疑', sub: '管理' },
|
|
|
component: () => import('@/views/teaching/afterClass.vue'),
|
|
@@ -115,7 +115,7 @@ const routes = [
|
|
|
component: () => import('@/views/teaching/afterClassDetail.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/teaching/afterClassList',
|
|
|
+ path: '/teaching/list',
|
|
|
name: 'teaching_afterClassList',
|
|
|
meta: { title: '答疑列表', sub: '管理' },
|
|
|
component: () => import('@/views/teaching/afterClassList.vue'),
|