From 64fb2018b3432e09ddfe92c43b7ed11580acab88 Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Sun, 9 Jan 2022 11:15:58 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9:1.=E5=90=8E=E7=AB=AFapi?= =?UTF-8?q?=E5=9C=B0=E5=9D=80,=E9=93=BE=E6=8E=A5=E5=B8=82=E5=8C=97?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E7=A4=BE=E5=8C=BA=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production.uat | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production.uat b/.env.production.uat index 14457f27..689ae107 100644 --- a/.env.production.uat +++ b/.env.production.uat @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api +VUE_APP_API_SERVER = http://120.27.18.76:/api VUE_APP_NODE_ENV=prod:uat VUE_APP_PUBLIC_PATH=epmet-oper \ No newline at end of file diff --git a/public/index.html b/public/index.html index ebeef610..9e0f4e3e 100644 --- a/public/index.html +++ b/public/index.html @@ -57,7 +57,7 @@ <% if (process.env.VUE_APP_NODE_ENV==='prod:uat' ) { %> <% } %> From 1602383a00affab33d1d6a2206cd4f2d4f85c436 Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Fri, 14 Jan 2022 17:49:56 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=B8=82=E5=8C=97=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=20=E5=8A=A8=E5=8A=9B=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index 1267d16b..11799d9e 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -229,7 +229,8 @@ export default { //加载组织数据 async getTb1() { const { agencyId, areaCode } = this; - const url = "/data/report/screen/index/advancedbranchrank"; + //const url = "/data/report/screen/index/advancedbranchrank"; + const url = "/data/report/screen/index/advancedbranchrank-shibei"; let params = { agencyId, areaCode, From b22da2aa3e590f6434c4478910ce957b62315a5a Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 14 Jan 2022 17:54:41 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E5=B8=82=E5=8C=97=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=20=E5=8A=A8=E5=8A=9B=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index 11799d9e..489f30c0 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -303,7 +303,8 @@ export default { { type: "index" }, item.userName, item.gridName, - item.pointTotal, + //item.pointTotal, + item.score,, ]; }); this.tb3.srcList = data; From 9d0223e3c6c55de7351a16918400d54e050e1982 Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 14 Jan 2022 17:54:53 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=B8=82=E5=8C=97=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=20=E5=8A=A8=E5=8A=9B=E7=BD=91=E6=A0=BC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index 489f30c0..a07a1671 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -304,7 +304,7 @@ export default { item.userName, item.gridName, //item.pointTotal, - item.score,, + item.score, ]; }); this.tb3.srcList = data; From bb716694b5589265763bdb8a9be27a92b8f30000 Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 14 Jan 2022 18:09:02 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E5=B8=82=E5=8C=97=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=20=E5=8A=A8=E5=8A=9B=E7=BD=91=E6=A0=BC=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index a07a1671..5089af17 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -244,7 +244,7 @@ export default { if (code === 0) { this.tb1.list = data.map((item) => { - return [{ type: "index" }, item.name, item.scroe]; + return [{ type: "index" }, item.name, item.score]; }); this.tb1.srcList = data; } else { @@ -303,8 +303,7 @@ export default { { type: "index" }, item.userName, item.gridName, - //item.pointTotal, - item.score, + item.pointTotal, ]; }); this.tb3.srcList = data;