diff --git a/src/api/EventdEC/index.js b/src/api/EventdEC/index.js index 75116f8..4a3577c 100644 --- a/src/api/EventdEC/index.js +++ b/src/api/EventdEC/index.js @@ -181,27 +181,27 @@ export function getWebsite(params) { }) } // 尾翼分析-正面词云 -// export function getPositive(params) { -// let obj = Object.assign({action: 'getPositive', sType: 'BrandWeiYi'}, params) -// return httpService({ -// url: `/api/v6.ashx`, -// method: 'post', -// data: obj, -// headers: { -// 'content-type': 'application/x-www-form-urlencoded' -// } -// }) -// } +export function getPositive1(params) { + let obj = Object.assign({action: 'getPositive', sType: 'BrandWeiYi'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} // 尾翼分析-负面词云 -// export function getNegative(params) { -// let obj = Object.assign({action: 'getNegative', sType: 'BrandWeiYi'}, params) -// return httpService({ -// url: `/api/v6.ashx`, -// method: 'post', -// data: obj, -// headers: { -// 'content-type': 'application/x-www-form-urlencoded' -// } -// }) -// } +export function getNegative1(params) { + let obj = Object.assign({action: 'getNegative', sType: 'BrandWeiYi'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} diff --git a/src/views/EventDEC/esprocess/index.vue b/src/views/EventDEC/esprocess/index.vue index 1d908e1..59cee14 100644 --- a/src/views/EventDEC/esprocess/index.vue +++ b/src/views/EventDEC/esprocess/index.vue @@ -1,7 +1,7 @@