|
@@ -5,13 +5,13 @@ export const center = [
|
|
module: 'center',
|
|
module: 'center',
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/director/index',
|
|
|
|
- name: '班主任管理',
|
|
|
|
|
|
+ path: '/dept/index',
|
|
|
|
+ name: '部门管理',
|
|
module: 'center',
|
|
module: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/dept/index',
|
|
|
|
- name: '部门管理',
|
|
|
|
|
|
+ path: '/school/index',
|
|
|
|
+ name: '学校管理',
|
|
module: 'center',
|
|
module: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -24,11 +24,6 @@ export const center = [
|
|
name: '寝室管理',
|
|
name: '寝室管理',
|
|
module: 'center',
|
|
module: 'center',
|
|
},
|
|
},
|
|
- // {
|
|
|
|
- // path: '/classes/index',
|
|
|
|
- // name: '班级管理',
|
|
|
|
- // module: 'center',
|
|
|
|
- // },
|
|
|
|
{
|
|
{
|
|
path: '/subject/index',
|
|
path: '/subject/index',
|
|
name: '科目管理',
|
|
name: '科目管理',
|
|
@@ -42,18 +37,35 @@ export const center = [
|
|
],
|
|
],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/plan/index',
|
|
|
|
- name: '计划管理',
|
|
|
|
- module: 'center',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/teacher/index',
|
|
|
|
- name: '教师管理',
|
|
|
|
|
|
+ path: '',
|
|
|
|
+ name: '人员管理',
|
|
module: 'center',
|
|
module: 'center',
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/director/index',
|
|
|
|
+ name: '班主任管理',
|
|
|
|
+ module: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/teacher/index',
|
|
|
|
+ name: '教师管理',
|
|
|
|
+ module: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/student/index',
|
|
|
|
+ name: '学生管理',
|
|
|
|
+ module: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/leave/index',
|
|
|
|
+ name: '请假查看',
|
|
|
|
+ module: 'center',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/student/index',
|
|
|
|
- name: '学生管理',
|
|
|
|
|
|
+ path: '/plan/index',
|
|
|
|
+ name: '计划管理',
|
|
module: 'center',
|
|
module: 'center',
|
|
},
|
|
},
|
|
|
|
|
|
@@ -73,7 +85,7 @@ export const center = [
|
|
module: 'center',
|
|
module: 'center',
|
|
children: [
|
|
children: [
|
|
{ path: '/questionnaire/index', name: '问卷管理' },
|
|
{ path: '/questionnaire/index', name: '问卷管理' },
|
|
- { path: '/itembank/index', name: '题库管理' },
|
|
|
|
|
|
+ { path: '/itembank/index', name: '问卷题库' },
|
|
{ path: '/questionstate/index', name: '问卷进度' },
|
|
{ path: '/questionstate/index', name: '问卷进度' },
|
|
],
|
|
],
|
|
},
|
|
},
|