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' ) { %> <% } %> diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index 1267d16b..5089af17 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, @@ -243,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 {