提交: 修改问题

This commit is contained in:
23688nl 2022-09-29 11:07:34 +08:00
parent d50717d0b9
commit 6accfb2c61
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ export default {
this.timingPingWs(this.wsDeviceInfo); this.timingPingWs(this.wsDeviceInfo);
if (this.deviceInfo.deviceId !== this.wsDeviceInfo.deviceId) { if (this.deviceInfo.deviceId !== this.wsDeviceInfo.deviceId) {
for (let i = 0; i < this.childDeviceList.length; i++) { for (let i = 0; i < this.childDeviceList.length; i++) {
childDeviceIds.push(this.childDeviceList[i]["deviceId"]);
if ( if (
this.childDeviceList[i]["deviceId"] === this.childDeviceList[i]["deviceId"] ===
this.wsDeviceInfo["deviceId"] this.wsDeviceInfo["deviceId"]