mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
加固定受众餐单
This commit is contained in:
@@ -282,7 +282,18 @@ export default {
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
if (
|
||||
n.indexOf("/audiencemanage") !== -1 ||
|
||||
n.indexOf("/audiencemanage") !== -1
|
||||
) {
|
||||
state.list = [
|
||||
{
|
||||
name: "受众管理",
|
||||
href: "",
|
||||
// href: "#/researchmanage",
|
||||
},
|
||||
];
|
||||
}
|
||||
if (
|
||||
n.indexOf("/certificatecenter") !== -1 ||
|
||||
n.indexOf("/CertificateCenter") !== -1
|
||||
|
||||
Reference in New Issue
Block a user