mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
feat:新增创建关卡页面
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user