From 9a48a8fad37f0649188deb59cebcd7f2d3785b6c Mon Sep 17 00:00:00 2001
From: douzhuo <17611323298@163.com>
Date: Fri, 1 Jul 2022 01:04:47 +0800
Subject: [PATCH] tijiaoxiugai
---
src/views/Statistics/ReceptionOverview.vue | 2 +-
vue.config.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue
index c9599bc..e2b8cf5 100644
--- a/src/views/Statistics/ReceptionOverview.vue
+++ b/src/views/Statistics/ReceptionOverview.vue
@@ -344,7 +344,7 @@
{{ activeName == "3" ? "平均执行率" : "合计" }}
- {{ ceratelist.avg || 0 }}{{ activeName | company }}
+ {{activeName == "3" ? (ceratelist.avg || 0) : (ceratelist.sum || 0 )}}{{ activeName | company }}
diff --git a/vue.config.js b/vue.config.js
index f60d653..da15ae7 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -7,8 +7,8 @@
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP
-const url = 'http://192.168.31.86:9999' // 胜浩
-// const url = 'https://zanyong.hfju.com' // 正式域名
+// const url = 'http://192.168.31.86:9999' // 胜浩
+const url = 'https://zanyong.hfju.com' // 正式域名
// const url = 'http://81.70.55.170:9999' // 新测试
// const url = 'http://82.156.35.22:9999' // 新正式ip
const CompressionWebpackPlugin = require('compression-webpack-plugin')