mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
添加专业力模块
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user