diff --git a/src/api/home/index.js b/src/api/home/index.js index bb7a2fe..a0bc835 100644 --- a/src/api/home/index.js +++ b/src/api/home/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-20 16:17:39 - * @LastEditTime: 2021-10-21 12:04:50 + * @LastEditTime: 2021-10-21 15:27:39 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/api/home/index.js @@ -85,4 +85,34 @@ export function getWeiYiCountHome0528(params) { method: 'get', params: obj }) +} + +// 首页_晴雨表 +export function getAffections0528(params) { + let obj = Object.assign({action: 'getAffections0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_晴雨表-负面等级 +export function getCrisisTime(params) { + let obj = Object.assign({action: 'getCrisisTime',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_传播声量TOP10 +export function getHomeBrandSourceType0528(params) { + let obj = Object.assign({action: 'getHomeBrandSourceType0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) } \ No newline at end of file diff --git a/src/views/Index/barometer/index.vue b/src/views/Index/barometer/index.vue index 27e1195..0522867 100644 --- a/src/views/Index/barometer/index.vue +++ b/src/views/Index/barometer/index.vue @@ -1,7 +1,7 @@