添加专业力模块

This commit is contained in:
liu
2025-01-13 09:25:47 +08:00
parent 94025b3934
commit d026a86ee5
57 changed files with 52330 additions and 25127 deletions

View File

@@ -92,6 +92,31 @@
},
];
}
// 专业力
if (
n.indexOf("/growthpath") !== -1 ||n.indexOf("/GrowthPath") !== -1
) {
state.list = [
{
name: "专业力必修",
href: "/growthpath",
},
];
}
if (
n.indexOf("/pathmanage") !== -1 ||n.indexOf("/PathManage") !== -1
) {
state.list = [
{
name: "专业力必修",
href: "/growthpath",
},
{
name: "管理"
}
];
}
if (
n.indexOf("/projectmanage") !== -1 ||
n.indexOf("/ProjectManage") !== -1