|
@@ -190,30 +190,78 @@ export default createRouter({
|
|
|
redirect: "/personal/myCourse",
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'myCourse',
|
|
|
- name: 'myCourse',
|
|
|
+ path: 'mycourse',
|
|
|
+ name: 'mycourse',
|
|
|
title: '我的课程',
|
|
|
component: () => import("~/pages/personal/components/MyCourse/index.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: 'per-ssys',
|
|
|
- name: 'per-ssys',
|
|
|
+ path: 'course-ssys',
|
|
|
+ name: 'course-ssys',
|
|
|
title: '双师一生',
|
|
|
component: () => import("~/pages/personal/components/MyCourse/ssys.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: 'ssys-detail/:id',
|
|
|
- name: 'per-ssys-detail',
|
|
|
- title: '详情',
|
|
|
- component: () => import("~/pages/personal/components/MyCourse/ssys-detail.vue"),
|
|
|
- },
|
|
|
- {
|
|
|
path: 'create-course',
|
|
|
name: 'create-course',
|
|
|
title: '创建课程',
|
|
|
component: () => import("~/pages/personal/components/MyCourse/create-course.vue"),
|
|
|
},
|
|
|
{
|
|
|
+ path: 'course-ssys-detail/:id',
|
|
|
+ name: 'course-ssys-detail',
|
|
|
+ title: '详情',
|
|
|
+ component: () => import("~/pages/personal/components/MyCourse/ssys-detail.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'course-wlzb',
|
|
|
+ name: 'course-wlzb',
|
|
|
+ title: '网络直播',
|
|
|
+ component: () => import("~/pages/personal/components/MyCourse/wlzb.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'course-ztzb',
|
|
|
+ name: 'course-ztzb',
|
|
|
+ title: '专题直播',
|
|
|
+ component: () => import("~/pages/personal/components/MyCourse/ztzb.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'course-xtbk',
|
|
|
+ name: 'course-xtbk',
|
|
|
+ title: '协同备课',
|
|
|
+ component: () => import("~/pages/personal/components/MyCourse/xtbk.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'course-tbjy',
|
|
|
+ name: 'course-tbjy',
|
|
|
+ title: '同步教研',
|
|
|
+ component: () => import("~/pages/personal/components/MyCourse/tbjy.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'course-kczy',
|
|
|
+ name: 'course-kczy',
|
|
|
+ title: '课程资源',
|
|
|
+ component: () => import("~/pages/personal/components/MyCourse/kczy.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'participate',
|
|
|
+ name: 'participate',
|
|
|
+ title: '我参与的组',
|
|
|
+ component: () => import("~/pages/personal/components/Participate/index.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'collection',
|
|
|
+ name: 'collection',
|
|
|
+ title: '赞与收藏',
|
|
|
+ component: () => import("~/pages/personal/components/Collection/index.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'attention',
|
|
|
+ name: 'attention',
|
|
|
+ title: '我关注的人',
|
|
|
+ component: () => import("~/pages/personal/components/Attention/index.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
path: 'homework',
|
|
|
name: 'homework',
|
|
|
title: '作业',
|
|
@@ -224,7 +272,19 @@ export default createRouter({
|
|
|
name: 'mutualRecord',
|
|
|
title: '互评记录',
|
|
|
component: () => import("~/pages/personal/components/MutualRecord/index.vue"),
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'credits',
|
|
|
+ name: 'credits',
|
|
|
+ title: '我的积分',
|
|
|
+ component: () => import("~/pages/personal/components/Credits/index.vue"),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'masterTeacher',
|
|
|
+ name: 'masterTeacher',
|
|
|
+ title: '申请成为名师',
|
|
|
+ component: () => import("~/pages/personal/components/MasterTeacher/index.vue"),
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
]
|