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 @@ + + + + + + + + + + 设备模式 + + + {{ title }} + + 打印物模型 + + + + + + + + + + OTA升级 + + + + 查看固件版本 + + + + + + + + + + + + + 模组概况 + + + + + {{ moduleInfo.firmwareVersion }} + + + {{ moduleInfo.mac }} + + + + + + + + + + + 网关参数设置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存设置 + + + + + + + + + \ 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 @@ - + + 物联网平台授权认证
物联网平台授权认证