From f10b1c1fde27f3647eedf44a4ce2de09ef62af3c Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Tue, 1 Aug 2023 16:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=9B=BA=E5=AE=9A=E5=8F=97=E4=BC=97?= =?UTF-8?q?=E9=A4=90=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BreadCrumb.vue | 13 ++++++++++++- src/components/NavLeft.vue | 19 +++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) 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 });