feat:新增创建关卡页面

This commit is contained in:
songwc
2022-10-09 16:46:25 +08:00
parent 5619b58be4
commit 1215a40cdd
8 changed files with 578 additions and 1 deletions

View File

@@ -42,6 +42,17 @@ export default {
},
];
}
if (n === "/leveladd" || n === "/LevelAdd") {
state.list = [
{
name: "学习路径",
href: "/learningpath",
},
{
name: "创建关卡",
},
];
}
if (n === "/projectmanage" || n === "/ProjectManage") {
state.list = [
{
@@ -66,6 +77,7 @@ export default {
},
];
}
if (n === "/templatelibrary" || n === "/TemplateLibrary") {
state.list = [
{