代码调整

This commit is contained in:
dong 2022-10-11 14:07:02 +08:00
parent c083f0f3e8
commit a50049648c

View File

@ -1585,7 +1585,7 @@ export const asyncRouter = [
]
},
{ // 新路由-教学管理菜单
path: '/teachingManagement',
path: '/info',
component: Layout,
meta: {
i18n: 'newRouter.teachingManagement',
@ -1593,41 +1593,19 @@ export const asyncRouter = [
},
children: [
{ // 班级管理
path: 'classroom',
component: TeachHome,
path: 'organization',
component: OrganizationManage,
meta: {
i18n: 'newRouter.classroom'
}
},
{ // 学生管理
path: 'student',
// component: Student,
meta: {
i18n: 'newRouter.student'
}
},
{ // 理论题目管理
path: 'theory',
// component: Theory,
meta: {
i18n: 'newRouter.theory'
}
},
{ // 实训教学管理
path: 'training',
// component: Training,
meta: {
i18n: 'newRouter.training'
}
},
{ // 考试管理
path: 'exam',
component: PublishExamRule,
meta: {
i18n: 'newRouter.exam'
}
i18n: 'newRouter.teachingManagement'
},
children: [
{
path:'classManage',
component: OrgClassManage,
hidden: true
}
]
}
]
},
{ // 新路由-线路设计
@ -1776,7 +1754,7 @@ export const asyncRouter = [
children: [
{
// 线路类型管理
path: 'companyManage',
path: 'lineTypeManage',
component: configLine,
meta: {
i18n: 'newRouter.lineTypeManage'
@ -1784,7 +1762,7 @@ export const asyncRouter = [
},
{
// 线路数据管理
path: 'companyManage',
path: 'lineDataManage',
component: Temporary,
meta: {
i18n: 'newRouter.lineDataManage'