From c3f2ee86fd61248fcc8168617e99731420fd43e8 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Tue, 19 Oct 2021 10:40:25 +0800 Subject: [PATCH] init --- src/views/Equipment/state.vue | 37 ++++++++++++++++++++++++----------- vue.config.js | 4 ++-- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/src/views/Equipment/state.vue b/src/views/Equipment/state.vue index ea05d2e..22992f2 100644 --- a/src/views/Equipment/state.vue +++ b/src/views/Equipment/state.vue @@ -212,32 +212,47 @@ style="width: 100%" > - + - + - + - + - + + - + + - + + - + + - + + - + - + diff --git a/vue.config.js b/vue.config.js index 367e9d3..01a0fe3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,8 +4,8 @@ */ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 -// const url = 'http://192.168.31.160:9999' //长龙 -const url = 'http://192.168.31.133:9999' //嘉豪 +const url = 'http://192.168.31.160:9999' //长龙 +// const url = 'http://192.168.31.133:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin')