mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
细节
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user