推荐课程初始

This commit is contained in:
zhangsir
2023-09-21 15:04:07 +08:00
parent 77121a63d2
commit 8ca301256d
5 changed files with 1363 additions and 12 deletions

View File

@@ -194,6 +194,22 @@
},
];
}
if (
n.indexOf("/courserecommended") !== -1 ||
n.indexOf("/CourseRecommended") !== -1
) {
state.list = [
{
name: "课程库",
href: "",
// href: "#/coursewaremanage",
},
{
name: "课程推荐",
href: "",
},
];
}
if (
n.indexOf("/coursemanage") !== -1 ||
n.indexOf("/CourseManage") !== -1