mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
提交
This commit is contained in:
@@ -760,6 +760,19 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/growthpathmap") !== -1 || n.indexOf("/growthPathMap") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "报表中心",
|
||||
},
|
||||
{
|
||||
name:'板块详细数据'
|
||||
},
|
||||
{
|
||||
name:'专业力必修'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/reportproject") !== -1 || n.indexOf("/ReportProject") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user