diff --git a/src/api/BrandInsight/index.js b/src/api/BrandInsight/index.js
index 458cac1..484e567 100644
--- a/src/api/BrandInsight/index.js
+++ b/src/api/BrandInsight/index.js
@@ -45,6 +45,19 @@ export function getSourcetypeTime(params) {
})
}
+//品牌洞察-重点媒体
+export function getWebsiteBrand(params) {
+ let obj = Object.assign({action: 'getWebsite', sType: 'BrandOverview'}, params)
+ return httpService({
+ url: `/api/v6.ashx`,
+ method: 'post',
+ data: obj,
+ headers: {
+ 'content-type': 'application/x-www-form-urlencoded'
+ }
+ })
+}
+
// 舆情调性
export function getAffections(params) {
let obj = Object.assign({action: 'getAffections', sType: 'BrandOverview'}, params)
diff --git a/src/api/EventdEC/index.js b/src/api/EventdEC/index.js
index 743b506..cc6d10d 100644
--- a/src/api/EventdEC/index.js
+++ b/src/api/EventdEC/index.js
@@ -35,6 +35,20 @@ export function toExcel(params) {
}
})
}
+
+// 事件详情-重点媒体
+export function getWebsiteEvent(params) {
+ let obj = Object.assign({action: 'getWebsite', sType: 'HotEvent'}, params)
+ return httpService({
+ url: `/api/v6.ashx`,
+ method: 'post',
+ data: obj,
+ headers: {
+ 'content-type': 'application/x-www-form-urlencoded'
+ }
+ })
+}
+
// 事件影响力-事件影响力
export function getCountOrEffectOrHot(params) {
let obj = Object.assign({action: 'getCountOrEffectOrHot', sType: 'HotEvent'}, params)
diff --git a/src/api/ModelInsight/index.js b/src/api/ModelInsight/index.js
index afcf191..45540f1 100644
--- a/src/api/ModelInsight/index.js
+++ b/src/api/ModelInsight/index.js
@@ -48,6 +48,19 @@ export function getSourcetypeTime(params) {
})
}
+// 车型洞察-重点媒体
+export function getWebsiteModel(params) {
+ let obj = Object.assign({action: 'getWebsite', sType: 'BrandOverview'}, params)
+ return httpService({
+ url: `/api/v6.ashx`,
+ method: 'post',
+ data: obj,
+ headers: {
+ 'content-type': 'application/x-www-form-urlencoded'
+ }
+ })
+}
+
// 车型热门事件列表
export function getHotEventsList0528(params) {
let obj = Object.assign({action: 'getHotEventsList0528', sType: 'HotEvent'}, params)
diff --git a/src/views/BrandInsight/keyCommunicationPositions/index.vue b/src/views/BrandInsight/keyCommunicationPositions/index.vue
new file mode 100644
index 0000000..fe02957
--- /dev/null
+++ b/src/views/BrandInsight/keyCommunicationPositions/index.vue
@@ -0,0 +1,100 @@
+
+
+