diff --git a/resources/service/plugins/gateway.exe b/resources/service/plugins/gateway.exe index 8e19be4..e5604d4 100644 Binary files a/resources/service/plugins/gateway.exe and b/resources/service/plugins/gateway.exe differ diff --git a/src/renderer/src/views/system/switch/index.vue b/src/renderer/src/views/system/switch/index.vue index 5f7c6ea..0a3c308 100644 --- a/src/renderer/src/views/system/switch/index.vue +++ b/src/renderer/src/views/system/switch/index.vue @@ -869,7 +869,7 @@ const functionWrite = from => { } else { console.log('验证通过', functionForm.selectAttr); let params = { - deviceSN: attrReadForm.deviceSN, + deviceSN: functionForm.deviceSN, data: functionForm.selectAttr }; axios