feat:增加学习路径的发布/停用/撤回

This commit is contained in:
李晓鸽
2022-11-02 19:49:34 +08:00
parent 7d54b888ec
commit 8ebd52aaf2
5 changed files with 178 additions and 26 deletions

View File

@@ -49,7 +49,7 @@ export default {
href: "/learningpath",
},
{
name: "关卡",
name: "管理",
},
];
}
@@ -60,7 +60,7 @@ export default {
href: "/learningpath",
},
{
name: "关卡",
name: "管理",
href: "/leveladd",
},
{
@@ -75,7 +75,7 @@ export default {
href: "/learningpath",
},
{
name: "关卡",
name: "管理",
href: "/leveladd",
},
{
@@ -155,7 +155,7 @@ export default {
},
{
name: "查看",
href:"/libraryadd",
href: "/libraryadd",
},
];
}