diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 8b183462..a6de38c6 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -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 diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index aa5c5272..04dc9fc3 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -194,7 +194,15 @@ - + +
+ +
+ 受众管理 +
@@ -576,6 +584,7 @@ export default { "sub18", "sub19", "sub20", + "sub21", ], openKeys: localStorage.getItem("openKeys") ? JSON.parse(localStorage.getItem("openKeys")) @@ -830,7 +839,13 @@ export default { selectedKeys: "sub20", pagename: "字典管理", }, - + { + href: "/audiencemanage", + openKeys: "sub21", + selectedKeys: "sub21", + pagename: "受众管理", + }, + ], oldManage: window.location.protocol + process.env.VUE_APP_OLD_MANAGE });