+
@@ -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
});