Browse Source

提交

newStyle
douzhuo 2 years ago
parent
commit
60005028d5
3 changed files with 4 additions and 6 deletions
  1. +0
    -2
      src/page/wel.vue
  2. +2
    -2
      src/views/Statistics/TheTeamCompared.vue
  3. +2
    -2
      vue.config.js

+ 0
- 2
src/page/wel.vue View File

@@ -309,8 +309,6 @@
<div class="tabbox" v-if="employeeExecutionRatelist.list.length != 0">
<div
style="
overflow-y: auto;
height: 100%;
width: 94%;
margin: 0 auto;
"


+ 2
- 2
src/views/Statistics/TheTeamCompared.vue View File

@@ -251,7 +251,7 @@
v-if="isshowcd2 == true"
style="height: 350px; width: 94%; margin: 0 auto"
></div>
<div class="nulllist" style="height: 300px" v-if="isshowcd2 == false">
<div class="nulllist" style="height: 372px" v-if="isshowcd2 == false">
<div class="imgboxc">
<img class="imgboxc-img" src="/img/nullnull.png" alt="" />
<div class="nulltext">暂无数据</div>
@@ -326,7 +326,7 @@
id="main2"
style="min-height: 350px; width: 94%; margin: 0 auto"
></div>
<div class="nulllist" style="height: 300px" v-if="isshowcd == false">
<div class="nulllist" style="height: 370px" v-if="isshowcd == false">
<div class="imgboxc">
<img class="imgboxc-img" src="/img/nullnull.png" alt="" />
<div class="nulltext">暂无数据</div>


+ 2
- 2
vue.config.js View File

@@ -10,8 +10,8 @@
// const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP
// const url = 'http://192.168.31.89:9999' //sh
// const url = 'https://zanyong.hfju.com' // 正式域名
const url = 'http://81.70.55.170: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')
const productionGzipExtensions = ['js', 'css']


Loading…
Cancel
Save