Ver a proveniência

tijiaoxiugai

newStyle
douzhuo há 2 anos
ascendente
cometimento
9a48a8fad3
2 ficheiros alterados com 3 adições e 3 eliminações
  1. +1
    -1
      src/views/Statistics/ReceptionOverview.vue
  2. +2
    -2
      vue.config.js

+ 1
- 1
src/views/Statistics/ReceptionOverview.vue Ver ficheiro

@@ -344,7 +344,7 @@
{{ activeName == "3" ? "平均执行率" : "合计" }}
</div>
<div class="text1-2">
{{ ceratelist.avg || 0 }}{{ activeName | company }}
{{activeName == "3" ? (ceratelist.avg || 0) : (ceratelist.sum || 0 )}}{{ activeName | company }}
</div>
</div>
<div class="sanbox1" style="width: 40%; text-align: center">


+ 2
- 2
vue.config.js Ver ficheiro

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


Carregando…
Cancelar
Guardar