From 305bb44343eb4915b833518efe44a10fea1c740a Mon Sep 17 00:00:00 2001 From: xuyoubin <1562013420@qq.com> Date: Wed, 3 Jan 2024 09:58:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/god-ui/vue.config.js b/god-ui/vue.config.js index 06236e56..2d7a326b 100644 --- a/god-ui/vue.config.js +++ b/god-ui/vue.config.js @@ -35,7 +35,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://117.73.11.84:9150/prod-api`, + target: `http://localhost:8080`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' From 86ed2c446fb16ebb9e3750702ee5fc400e293365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=BA=8F=E6=8C=AF?= Date: Wed, 3 Jan 2024 10:35:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E8=BD=A6=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E7=AE=A1=E6=8E=A7=E5=8F=8A=E4=BA=BA=E5=91=98=E8=A1=8C?= =?UTF-8?q?=E4=B8=BAAI=E6=99=BA=E8=83=BD=E8=AF=86=E5=88=AB=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E7=B3=BB=E7=BB=9F=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataInterface/humidityData/index.vue | 130 +++++++++------- god-ui/src/views/dataInterface/load/index.vue | 130 +++++++++------- .../views/dataInterface/pressures/index.vue | 130 +++++++++------- .../dataInterface/vibrationData/index.vue | 142 +++++++++++------- .../views/dataInterface/viscosity/index.vue | 130 +++++++++------- 5 files changed, 397 insertions(+), 265 deletions(-) diff --git a/god-ui/src/views/dataInterface/humidityData/index.vue b/god-ui/src/views/dataInterface/humidityData/index.vue index d3c7f636..ab972555 100644 --- a/god-ui/src/views/dataInterface/humidityData/index.vue +++ b/god-ui/src/views/dataInterface/humidityData/index.vue @@ -1,35 +1,31 @@