From 6a5855ec7495a612d0767f63683ca5ff6028dd4d Mon Sep 17 00:00:00 2001 From: 1 <1> Date: Mon, 7 Jul 2025 13:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=91=E5=85=B3=E5=AD=90?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++- src/views/iot/device/gateway-set.vue | 237 +++++++++++++++++++++++++++ src/views/iot/device/gateway.vue | 11 +- src/views/license/index.vue | 8 +- 4 files changed, 269 insertions(+), 7 deletions(-) create mode 100644 src/views/iot/device/gateway-set.vue diff --git a/README.md b/README.md index 45d3987..d5a62f4 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,22 @@ npm run build:prod sql需要扩大logvalue字段 -ALTER TABLE iot_device_log MODIFY COLUMN log_value VARCHAR(1024); \ No newline at end of file +ALTER TABLE iot_device_log MODIFY COLUMN log_value VARCHAR(1024); + + + + +微信开放平台网站应用 +appid wxb4e2ada50247623b +appsecret a1f800c5448205f05d8b5d532f470e61 + + +微信小程序的appid +wx735fe3b42677d2ac +以及apps 230503dacfb055fa54c40e2eb628108d + + + +慧行智控的appid +wx71a45919045c7e19 +8ae12637c2a8988f1b7b473fa52eed27 \ No newline at end of file diff --git a/src/views/iot/device/gateway-set.vue b/src/views/iot/device/gateway-set.vue new file mode 100644 index 0000000..c68bf97 --- /dev/null +++ b/src/views/iot/device/gateway-set.vue @@ -0,0 +1,237 @@ + + + + + \ No newline at end of file diff --git a/src/views/iot/device/gateway.vue b/src/views/iot/device/gateway.vue index 7d25115..2345845 100644 --- a/src/views/iot/device/gateway.vue +++ b/src/views/iot/device/gateway.vue @@ -88,6 +88,12 @@ + +
+ + +
+
@@ -167,12 +173,13 @@ import { serviceInvoke, serviceInvokeReply } from '@/api/iot/runstatus'; import { getOrderControl } from '@/api/iot/control'; import DisplayComponent from './display.vue'; import VoicecardComponent from './voicecard.vue'; - +import gatewaySet from './gateway-set.vue'; export default { name: 'gateway', components: { DisplayComponent, - VoicecardComponent + VoicecardComponent, + gatewaySet }, props: { device: { diff --git a/src/views/license/index.vue b/src/views/license/index.vue index a758fe4..c7e074c 100644 --- a/src/views/license/index.vue +++ b/src/views/license/index.vue @@ -1,10 +1,10 @@