From c4362a0d00e4093af123bd8d4b97ce30f54e37f0 Mon Sep 17 00:00:00 2001 From: liuyongli <1598631486@qq.com> Date: Wed, 17 Nov 2021 14:10:59 +0800 Subject: [PATCH 1/2] no message --- src/permission.js | 2 +- .../incidentSpreadSituation/index.vue | 23 +++++----- src/views/EventDEC/kmdED/index.vue | 16 +++---- .../EventDEC/mediaInterpretationED/index.vue | 43 ++++++------------- .../EventDEC/mediaInterpretationEc/index.vue | 23 ++++------ src/views/EventDEC/pnwcWord/index.vue | 39 +++++++++-------- src/views/EventDEC/wbUserEDE/index.vue | 15 +++---- 7 files changed, 68 insertions(+), 93 deletions(-) diff --git a/src/permission.js b/src/permission.js index 752e800..cd14f8b 100644 --- a/src/permission.js +++ b/src/permission.js @@ -30,7 +30,7 @@ router.afterEach(() => { // 检查菜单权限 function checkMenu(path, next) { let menuStr = store.getters.getMenu || []; - let arr = ['/index', '/modelInsight', '/eventInsight', '/marketingAnalysis']; + let arr = ['/modelInsight', '/eventInsight', '/marketingAnalysis']; let n = menuStr.findIndex(ele => ele.link === path); if(arr.includes(path) && n === -1) next('/index') else next() diff --git a/src/views/EventDEC/incidentSpreadSituation/index.vue b/src/views/EventDEC/incidentSpreadSituation/index.vue index 2a36ce8..2e8328b 100644 --- a/src/views/EventDEC/incidentSpreadSituation/index.vue +++ b/src/views/EventDEC/incidentSpreadSituation/index.vue @@ -9,7 +9,7 @@ diff --git a/src/views/EventDEC/wbUserEDE/index.vue b/src/views/EventDEC/wbUserEDE/index.vue index f8ac166..bc016cf 100644 --- a/src/views/EventDEC/wbUserEDE/index.vue +++ b/src/views/EventDEC/wbUserEDE/index.vue @@ -43,20 +43,19 @@ import createOpt from "./opt"; import { getAffections } from "@/api/EventdEC"; export default { name: "wbUserEDE", + props: { + id: { + type: String, + default: "", + }, + }, data() { return { load: false, - opt: createOpt(), + opt: {}, form: { token: "", sRele: "", - - }, - props: { - id: { - type: String, - default: "", - }, }, labelArr: [], total: 0, From d4d980530b02e47f3bf33fe3f054f11ac10d8f06 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Wed, 17 Nov 2021 14:29:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?zx-=E4=BA=8B=E4=BB=B6=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/EventComparison/BrandWeibo.js | 4 +- src/api/EventComparison/index.js | 8 +- .../EventComparison/etc-cc/roundatacc/opt.js | 6 +- .../index.vue | 83 ++++++++++++---- src/views/EventComparison/wtcEc/index.vue | 65 +++++++++++- src/views/EventComparison/wtcEc/opt.js | 98 ++++++------------- 6 files changed, 163 insertions(+), 101 deletions(-) diff --git a/src/api/EventComparison/BrandWeibo.js b/src/api/EventComparison/BrandWeibo.js index 05aa4f0..64f0d87 100644 --- a/src/api/EventComparison/BrandWeibo.js +++ b/src/api/EventComparison/BrandWeibo.js @@ -1,8 +1,8 @@ import httpService from "@/request" -// 获取事件类型 +// 微博调性对比 export function getAffectionsC(params) { - let obj = Object.assign({action: 'getAffectionsC', sType: 'BrandWeiBo'}, params) + let obj = Object.assign({action: 'getAffectionsC', sType: 'BrandWeiBo', iContrastType: 3}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', diff --git a/src/api/EventComparison/index.js b/src/api/EventComparison/index.js index db13071..b07d12a 100644 --- a/src/api/EventComparison/index.js +++ b/src/api/EventComparison/index.js @@ -85,8 +85,8 @@ export function getListC(params) { } // 事件-正面词云 -export function getPositive(params) { - let obj = Object.assign({action: 'getPositive', sType: 'EventContrast', iContrastType: 3 }, params) +export function getPositiveC(params) { + let obj = Object.assign({action: 'getPositiveC', sType: 'EventContrast',iContrastType: 3 }, params) return httpService({ url: `/api/v6.ashx`, method: 'post', @@ -98,8 +98,8 @@ export function getPositive(params) { } // 事件-负面词云 -export function getNegative(params) { - let obj = Object.assign({action: 'getNegative', sType: 'EventContrast', iContrastType: 3 }, params) +export function getNegativeC(params) { + let obj = Object.assign({action: 'getNegativeC', sType: 'EventContrast',iContrastType: 3 }, params) return httpService({ url: `/api/v6.ashx`, method: 'post', diff --git a/src/views/EventComparison/etc-cc/roundatacc/opt.js b/src/views/EventComparison/etc-cc/roundatacc/opt.js index 8e51733..5d39742 100644 --- a/src/views/EventComparison/etc-cc/roundatacc/opt.js +++ b/src/views/EventComparison/etc-cc/roundatacc/opt.js @@ -38,12 +38,12 @@ export default function createOpt(arr = []) { { name: 'Access From0', type: 'pie', - radius: ['70%', '92%'], + radius: ['63%', '77%'], avoidLabelOverlap: false, label: { show: false, position: 'center', - lineHeight: 40 + lineHeight: 32 }, emphasis: { label: { @@ -64,7 +64,7 @@ export default function createOpt(arr = []) { { name: 'Access From1', type: 'pie', - radius: ['96%', '100%'], + radius: ['80%', '84%'], avoidLabelOverlap: false, label: { show: false, diff --git a/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue b/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue index 6644b0e..276c406 100644 --- a/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue +++ b/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue @@ -7,7 +7,7 @@ * @FilePath: /data-show/src/views/EventComparison/positiveAndNegativeWordCloudContrast/index.vue --> diff --git a/src/views/EventComparison/wtcEc/index.vue b/src/views/EventComparison/wtcEc/index.vue index 77f8d1d..26659a3 100644 --- a/src/views/EventComparison/wtcEc/index.vue +++ b/src/views/EventComparison/wtcEc/index.vue @@ -8,13 +8,13 @@ -->