From 138ed224c67bf08ef96e4ece6991f7e04d06b5cd Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Tue, 5 Jul 2022 14:45:16 +0800 Subject: [PATCH] zx --- src/api/BrandInsight/index.js | 13 + src/api/EventdEC/index.js | 14 ++ src/api/ModelInsight/index.js | 13 + .../keyCommunicationPositions/index.vue | 100 ++++++++ .../v-ranking-fhtd/index.vue | 230 ++++++++++++++++++ src/views/BrandInsight/titsopo/index.vue | 12 +- src/views/BrandInsight/titsopo/opt.js | 4 +- src/views/EventDEC/esprocess/index.vue | 2 +- src/views/EventDEC/index.vue | 23 +- .../keyCommunicationPositions/index.vue | 105 ++++++++ .../v-ranking-fhtd/index.vue | 230 ++++++++++++++++++ .../keyCommunicationPositionsStoken/index.vue | 60 +++++ .../tonalCommunicationPosture/index.vue | 2 +- .../tonalCommunicationPostureStoken/index.vue | 2 +- .../ModelInsight/ml-brand-data/index.vue | 3 +- src/views/ModelInsight/ml-tts/index.vue | 12 +- src/views/ModelInsight/ml-tts/opt.js | 4 +- .../mlKeyCommunicationPositions/index.vue | 109 +++++++++ .../v-ranking-fhtd/index.vue | 230 ++++++++++++++++++ .../ModelInsight/mlWeiboVolumeTrend/index.vue | 1 - 20 files changed, 1147 insertions(+), 22 deletions(-) create mode 100644 src/views/BrandInsight/keyCommunicationPositions/index.vue create mode 100644 src/views/BrandInsight/keyCommunicationPositions/v-ranking-fhtd/index.vue create mode 100644 src/views/EventDEC/keyCommunicationPositions/index.vue create mode 100644 src/views/EventDEC/keyCommunicationPositions/v-ranking-fhtd/index.vue create mode 100644 src/views/EventDEC/keyCommunicationPositionsStoken/index.vue create mode 100644 src/views/ModelInsight/mlKeyCommunicationPositions/index.vue create mode 100644 src/views/ModelInsight/mlKeyCommunicationPositions/v-ranking-fhtd/index.vue 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 = [];