From 6accfb2c61f6ca161db274b307f8c5be6689a83a Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Thu, 29 Sep 2022 11:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/DeviceDetailsView/deviceSelectNav.vue | 1 - 1 file changed, 1 deletion(-) 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"]