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 @@ + + + + + + diff --git a/src/views/BrandInsight/keyCommunicationPositions/v-ranking-fhtd/index.vue b/src/views/BrandInsight/keyCommunicationPositions/v-ranking-fhtd/index.vue new file mode 100644 index 0000000..a6be586 --- /dev/null +++ b/src/views/BrandInsight/keyCommunicationPositions/v-ranking-fhtd/index.vue @@ -0,0 +1,230 @@ + + + + + + diff --git a/src/views/BrandInsight/titsopo/index.vue b/src/views/BrandInsight/titsopo/index.vue index 40cd380..3e3db9f 100644 --- a/src/views/BrandInsight/titsopo/index.vue +++ b/src/views/BrandInsight/titsopo/index.vue @@ -12,7 +12,8 @@ 进入数据列表页 导出报告 -
+ +
@@ -34,6 +35,7 @@ + + \ No newline at end of file diff --git a/src/views/EventDEC/keyCommunicationPositions/v-ranking-fhtd/index.vue b/src/views/EventDEC/keyCommunicationPositions/v-ranking-fhtd/index.vue new file mode 100644 index 0000000..0be9293 --- /dev/null +++ b/src/views/EventDEC/keyCommunicationPositions/v-ranking-fhtd/index.vue @@ -0,0 +1,230 @@ + + + + + + diff --git a/src/views/EventDEC/keyCommunicationPositionsStoken/index.vue b/src/views/EventDEC/keyCommunicationPositionsStoken/index.vue new file mode 100644 index 0000000..c7e9ef2 --- /dev/null +++ b/src/views/EventDEC/keyCommunicationPositionsStoken/index.vue @@ -0,0 +1,60 @@ + + + + + + \ No newline at end of file diff --git a/src/views/EventDEC/tonalCommunicationPosture/index.vue b/src/views/EventDEC/tonalCommunicationPosture/index.vue index 6d555ac..18462f1 100644 --- a/src/views/EventDEC/tonalCommunicationPosture/index.vue +++ b/src/views/EventDEC/tonalCommunicationPosture/index.vue @@ -86,7 +86,7 @@ export default { diff --git a/src/views/ModelInsight/mlKeyCommunicationPositions/v-ranking-fhtd/index.vue b/src/views/ModelInsight/mlKeyCommunicationPositions/v-ranking-fhtd/index.vue new file mode 100644 index 0000000..a6be586 --- /dev/null +++ b/src/views/ModelInsight/mlKeyCommunicationPositions/v-ranking-fhtd/index.vue @@ -0,0 +1,230 @@ + + + + + + diff --git a/src/views/ModelInsight/mlWeiboVolumeTrend/index.vue b/src/views/ModelInsight/mlWeiboVolumeTrend/index.vue index 963704a..8afd142 100644 --- a/src/views/ModelInsight/mlWeiboVolumeTrend/index.vue +++ b/src/views/ModelInsight/mlWeiboVolumeTrend/index.vue @@ -98,7 +98,6 @@ export default { let obj = Object.assign({}, this.getCtime2, this.form); getCountTime0528(obj).then((res) => { let data = res.data || []; - console.log(data) let dx = []; let ds = []; let hotTopArr = [];