|
@@ -91,6 +91,18 @@ const teacher = [
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '',
|
|
|
|
+ name: '在线课堂',
|
|
|
|
+ module: 'teacher',
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/teaching/index',
|
|
|
|
+ name: '在线授课',
|
|
|
|
+ module: 'teacher',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
];
|
|
];
|
|
export const menu = [
|
|
export const menu = [
|
|
{
|
|
{
|
|
@@ -328,9 +340,9 @@ export const menu = [
|
|
name: '通知查收查看',
|
|
name: '通知查收查看',
|
|
module: 'center|director',
|
|
module: 'center|director',
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/timeTable/index',
|
|
|
|
- name: '教师遴选',
|
|
|
|
- module: 'center',
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/timeTable/index',
|
|
|
|
+ // name: '教师遴选',
|
|
|
|
+ // module: 'center',
|
|
|
|
+ // },
|
|
];
|
|
];
|