From 3a4b770d82a72b5df261365bdd44878c60ec100d Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 12 May 2022 17:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E7=A9=BA?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/ReceptionOverview.vue | 4 ++++ vue.config.js | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue index 0d2359b..09ba9b7 100644 --- a/src/views/Statistics/ReceptionOverview.vue +++ b/src/views/Statistics/ReceptionOverview.vue @@ -1617,4 +1617,8 @@ export default { .el-icon-caret-top { color: #FF0000; } + +.nulllist { + height: 396px; +} diff --git a/vue.config.js b/vue.config.js index 78fc96f..ad5c82c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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']