|
@@ -82,7 +82,7 @@ const teacher = [
|
|
|
{
|
|
|
path: '',
|
|
|
name: '班级管理',
|
|
|
- module: 'teacher',
|
|
|
+ module: 'teacher|director',
|
|
|
children: [
|
|
|
{
|
|
|
path: '/lesson/index',
|
|
@@ -92,7 +92,7 @@ const teacher = [
|
|
|
{
|
|
|
path: '/task/index',
|
|
|
name: '作业管理',
|
|
|
- module: 'teacher',
|
|
|
+ module: 'teacher|director',
|
|
|
},
|
|
|
{
|
|
|
path: '/class/classStuList',
|