From 97e2d5a07747cba61c45a6f8d2a9ba6a49f0ebfa Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Thu, 11 Nov 2021 10:00:56 +0800 Subject: [PATCH] init --- src/views/File/index.vue | 2 +- vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/File/index.vue b/src/views/File/index.vue index 65f9ba7..140aef5 100644 --- a/src/views/File/index.vue +++ b/src/views/File/index.vue @@ -109,7 +109,7 @@ import { mapGetters } from "vuex"; export default { data() { return { - tableHeight: window.innerHeight * 0.58, + tableHeight: window.innerHeight -348, currentPage4:1, tableData: [], options: [ diff --git a/vue.config.js b/vue.config.js index b363f24..1b7d06c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,9 +5,9 @@ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.169:9999' //长龙 -// const url = 'http://192.168.31.134:9999' //嘉豪 +const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -const url = 'http://yuuapd.natappfree.cc' //王笑 +// const url = 'http://yuuapd.natappfree.cc' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']