From 4b0c8a411f02dbe257a864b4c9a7f9d0221bf232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E8=8A=B1=E4=B8=80=E4=B8=96=E6=9C=88?= <1149505133@qq.com> Date: Tue, 30 Jul 2024 20:39:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=89=A9=E8=81=94=E7=BD=91):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E8=AE=BE=E5=A4=87=E6=8E=A7=E5=88=B6=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/iots/device/device-control.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 25cdec0..168d4b9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "物联网可视化", "appid" : "__UNI__604B8F1", "description" : "", - "versionName" : "1.0.29", - "versionCode" : 1029, + "versionName" : "1.0.31", + "versionCode" : 1031, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/iots/device/device-control.vue b/pages/iots/device/device-control.vue index cdf6724..144d8b6 100644 --- a/pages/iots/device/device-control.vue +++ b/pages/iots/device/device-control.vue @@ -178,7 +178,7 @@ pk:this.pk, p:obj } - this.$api.iotsApi.downDeviceAbility(params).then(res => { + this.$api.iotsApi.downDeviceProp(params).then(res => { console.log("下发数据成功",res) if(res.code == 0){ // this.$u.toast('执行成功')