增加专业力必修模块

This commit is contained in:
Pengxiansen
2025-01-23 15:03:36 +08:00
78 changed files with 58291 additions and 25374 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