Merge remote-tracking branch 'boe121/master-0705' into zcwy-teacher-manage

This commit is contained in:
nisen
2024-09-27 16:32:15 +08:00
104 changed files with 7624 additions and 170 deletions

View File

@@ -578,6 +578,30 @@
}
];
}
if (
n.indexOf("/InstructorCertification") !== -1 ||
n.indexOf("/instructorcertification") !== -1
) {
state.list = [
{
name: "教师专区",
}, {
name:'讲师认证'
}
];
}
if (
n.indexOf("/LecturerManagement") !== -1 ||
n.indexOf("/lecturermanagement") !== -1
) {
state.list = [
{
name: "教师专区",
}, {
name:'讲师认证'
}
];
}
if (
n.indexOf("/tooldown") !== -1 ||
n.indexOf("/ToolDown") !== -1
@@ -677,6 +701,16 @@
}
];
}
if (n.indexOf("/trainingnewmanager") !== -1 || n.indexOf("/TrainingNewManager") !== -1) {
state.list = [
{
name: "报表中心",
},
{
name:'新任管理者培训数据'
},
];
}
if (n.indexOf("/learningpathmap") !== -1 || n.indexOf("/LearningPathMap") !== -1) {
state.list = [
{