This commit is contained in:
zhangsir
2024-05-17 13:28:45 +08:00
parent 9023772e28
commit ecabc8414b
8 changed files with 63 additions and 66 deletions

View File

@@ -497,7 +497,19 @@
}
if (
n.indexOf("/InstructorCertification") !== -1 ||
n.indexOf("/InstructorCertification") !== -1
n.indexOf("/instructorcertification") !== -1
) {
state.list = [
{
name: "教师专区",
}, {
name:'讲师认证'
}
];
}
if (
n.indexOf("/LecturerManagement") !== -1 ||
n.indexOf("/lecturermanagement") !== -1
) {
state.list = [
{