From b2f3772da4efc83b2a53f1d65f1110a25cab79e0 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Thu, 26 Aug 2021 21:17:41 +0800 Subject: [PATCH] init --- config.js | 4 ++-- pages/center/Piabodata/Groupcontrast.vue | 4 ++-- pages/center/Piabodata/TrendAnalysis.vue | 6 +++--- pages/center/Piabodata/index.vue | 4 ++-- utils/http.js | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config.js b/config.js index 72d9e33..be10eb6 100644 --- a/config.js +++ b/config.js @@ -2,9 +2,9 @@ * 小程序配置文件 */ // 此处主机域名修改成腾讯云解决方案分配的域名 -// var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 +var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 // var host = 'http://192.168.31.163:8080/autoSR/api'; // 长龙 -var host = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 +// var host = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 // var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 // var host = 'https://zkgj.quhouse.com/api'; // 质控正式 // var host = 'https://hfju.com/api'; // 数智正式 diff --git a/pages/center/Piabodata/Groupcontrast.vue b/pages/center/Piabodata/Groupcontrast.vue index 803c715..d68e3d9 100644 --- a/pages/center/Piabodata/Groupcontrast.vue +++ b/pages/center/Piabodata/Groupcontrast.vue @@ -112,10 +112,10 @@ --> - + diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index e7e182f..5afd231 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -692,9 +692,9 @@ arr[3] = ['时段二'] // console.log(arr) data.firstList.map((item, index) => { - arr[1].push(item.total) - arr[2].push(data.secondList[index].total) - arr[3].push(data.thirdList[index].total) + arr[2].push(item.total) + arr[3].push(data.secondList[index].total) + arr[1].push(data.thirdList[index].total) }) that.tableDate = arr } diff --git a/pages/center/Piabodata/index.vue b/pages/center/Piabodata/index.vue index 7d04e62..15be61d 100644 --- a/pages/center/Piabodata/index.vue +++ b/pages/center/Piabodata/index.vue @@ -107,7 +107,7 @@ 合计:{{allnum||0}} 均值:{{allavg||0}} --> - 来访(人) + 合计:{{allnum1||0}} 均值:{{allavg1||0}} --> - 来访(人) +