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')