mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
Merge remote-tracking branch 'boe121/master-0705' into zcwy-teacher-manage
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user