diff --git a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue index c4e67c29..e19ebe9c 100644 --- a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue +++ b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue @@ -307,7 +307,6 @@ export default { this.timingPingWs(this.wsDeviceInfo); if (this.deviceInfo.deviceId !== this.wsDeviceInfo.deviceId) { for (let i = 0; i < this.childDeviceList.length; i++) { - childDeviceIds.push(this.childDeviceList[i]["deviceId"]); if ( this.childDeviceList[i]["deviceId"] === this.wsDeviceInfo["deviceId"]