mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
@@ -48,6 +48,20 @@ export default {
|
||||
name: "学习路径",
|
||||
href: "/learningpath",
|
||||
},
|
||||
{
|
||||
name: "关卡",
|
||||
},
|
||||
];
|
||||
}
|
||||
if (n === "/leveladddetail" || n === "/LevelAddDetail") {
|
||||
state.list = [
|
||||
{
|
||||
name: "学习路径",
|
||||
href: "/learningpath",
|
||||
},
|
||||
{
|
||||
name: "关卡",
|
||||
},
|
||||
{
|
||||
name: "创建关卡",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user