Kaynağa Gözat

tijiaoxiugai

newStyle
douzhuo 2 yıl önce
ebeveyn
işleme
9a48a8fad3
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +1
    -1
      src/views/Statistics/ReceptionOverview.vue
  2. +2
    -2
      vue.config.js

+ 1
- 1
src/views/Statistics/ReceptionOverview.vue Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet