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