|
@@ -290,7 +290,7 @@ export const menu = [
|
|
|
//班主任不需要
|
|
|
path: '/train/plan/term/lesson',
|
|
|
name: '课表管理',
|
|
|
- module: 'center',
|
|
|
+ module: 'center|director',
|
|
|
},
|
|
|
{
|
|
|
//班主任针对自己班 管理员针对期
|
|
@@ -367,6 +367,11 @@ export const menu = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/league/index',
|
|
|
+ name: '积分榜',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
// {
|
|
|
// path: '/timeTable/index',
|
|
|
// name: '教师遴选',
|