修改代码格式2

This commit is contained in:
dong.ai
2025-09-12 11:21:18 +08:00
parent 00281982e8
commit a8c95e0cec

View File

@@ -329,6 +329,22 @@
},
];
}
if (
n.indexOf("/courseExquisite") !== -1 ||
n.indexOf("/courseExquisite") !== -1
) {
state.list = [
{
name: "课程库",
href: "",
// href: "#/coursewaremanage",
},
{
name: "精品课管理",
href: "",
},
];
}
if (
n.indexOf("/coursemanage") !== -1 ||
n.indexOf("/CourseManage") !== -1
@@ -374,22 +390,6 @@
},
];
}
if (
n.indexOf("/courseExquisite") !== -1 ||
n.indexOf("/courseExquisite") !== -1
) {
state.list = [
{
name: "课程库",
href: "",
// href: "#/coursewaremanage",
},
{
name: "精品课管理",
href: "",
},
];
}
if (
n.indexOf("/researchmanage") !== -1 ||
n.indexOf("/ResearchManage") !== -1
@@ -515,7 +515,6 @@
{
name: "待审核项目",
},
];
}