mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
提交
This commit is contained in:
@@ -104,6 +104,17 @@
|
||||
},
|
||||
];
|
||||
}
|
||||
// 专业力
|
||||
if (
|
||||
n.indexOf("/growthaddpath") !== -1 ||n.indexOf("/GrowthAddPath") !== -1
|
||||
) {
|
||||
state.list = [
|
||||
{
|
||||
name: "专业力必修",
|
||||
href: "/growthaddpath",
|
||||
},
|
||||
];
|
||||
}
|
||||
if (
|
||||
n.indexOf("/pathmanage") !== -1 ||n.indexOf("/PathManage") !== -1
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user