From 89b245cbe310ade93a53820f521a6f53657045ee Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Tue, 14 Jul 2026 14:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E8=B5=84?= =?UTF-8?q?=E6=96=99=E6=98=BE=E7=A4=BA=E4=BD=8D=E7=BD=AE=E3=80=81=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=B7=BB=E5=8A=A0=E8=83=BD=E8=80=97=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 8 +- src/utils/global.js | 2 +- src/views/components/viewEnergy.vue | 67 ++++++-- src/views/index.vue | 255 ++++++++++------------------ 4 files changed, 155 insertions(+), 177 deletions(-) diff --git a/.env.development b/.env.development index 4c2d515..3c5b8bc 100644 --- a/.env.development +++ b/.env.development @@ -6,12 +6,12 @@ ENV = 'development' # 开发环境 # VUE_APP_BASE_API = '/dev-api' -# 后台 -VUE_APP_BASE_API = 'http://192.168.1.222:8080' -# 梅州云端 +# # 后台 +# VUE_APP_BASE_API = 'http://192.168.1.222:8080' +# # 梅州云端 # VUE_APP_BASE_API = 'http://106.55.173.225:8091' # 保利山庄 -# VUE_APP_BASE_API = 'http://106.55.173.225:8092' +VUE_APP_BASE_API = 'http://106.55.173.225:8093' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/utils/global.js b/src/utils/global.js index 2ad0e0a..77b109d 100644 --- a/src/utils/global.js +++ b/src/utils/global.js @@ -1,6 +1,6 @@ // 图片url -export const imgUrl = "http://106.55.173.225:8090"; +export const imgUrl = "http://106.55.173.225:8093"; export default { diff --git a/src/views/components/viewEnergy.vue b/src/views/components/viewEnergy.vue index fe1d66e..4ea8f3e 100644 --- a/src/views/components/viewEnergy.vue +++ b/src/views/components/viewEnergy.vue @@ -2,13 +2,8 @@