加固定受众餐单

This commit is contained in:
weixiaobo@boe.com.cn
2023-08-01 16:35:33 +08:00
parent e2b1a7436f
commit f10b1c1fde
2 changed files with 29 additions and 3 deletions

View File

@@ -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