From 13d0d71bd7ba49dc6c337e346cd65729511c9d3d Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Fri, 22 Aug 2025 11:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=B4=BB=E7=83=AD=E6=B0=B4-=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=8E=BB=E6=8E=89=E4=BE=9B?= =?UTF-8?q?=E6=B0=B4=E6=B8=A9=E5=BA=A6=E8=AE=BE=E5=AE=9A=E3=80=81=E6=B8=A9?= =?UTF-8?q?=E5=BA=A6=E5=81=8F=E5=B7=AE=E5=80=BC=E8=AE=BE=E7=BD=AE=EF=BC=9B?= =?UTF-8?q?=E6=B0=B4=E7=AE=B1=E6=B7=BB=E5=8A=A0=E6=9C=80=E4=BD=8E=E6=B6=B2?= =?UTF-8?q?=E4=BD=8D=E8=AE=BE=E7=BD=AE=E5=80=BC=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +-- src/views/hotWater/waterControl/index.vue | 31 ++++++++++++++++++----- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/.env.development b/.env.development index 13c7001..a08e7e1 100644 --- a/.env.development +++ b/.env.development @@ -7,9 +7,9 @@ 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:8091' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/hotWater/waterControl/index.vue b/src/views/hotWater/waterControl/index.vue index 9ebc23a..cb353be 100644 --- a/src/views/hotWater/waterControl/index.vue +++ b/src/views/hotWater/waterControl/index.vue @@ -341,7 +341,7 @@ item.delayTimeSet, item.delayTimeSetId, '回水温度设定延时时间', - 'S' + 'min' ) " @input="handleInput(item)" @@ -372,6 +372,25 @@ +