diff --git a/src/api/EventInsight/index.js b/src/api/EventInsight/index.js index 3d614a6..cad81b8 100644 --- a/src/api/EventInsight/index.js +++ b/src/api/EventInsight/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-27 17:08:02 - * @LastEditTime: 2021-10-28 13:17:27 + * @LastEditTime: 2021-11-02 17:32:02 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/api/EventInsight/index.js @@ -20,3 +20,16 @@ export function getPropagationDirection0528(params) { } }) } + +// 行业TOP热点事件 +export function getHotEventsList(params) { + let obj = Object.assign({action: 'getHotEventsList', sType: 'HotEvent'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} diff --git a/src/lycomponents/iLayout/index.vue b/src/lycomponents/iLayout/index.vue index 16ac8c6..833bba8 100644 --- a/src/lycomponents/iLayout/index.vue +++ b/src/lycomponents/iLayout/index.vue @@ -1,7 +1,7 @@