From ecfbc83d3dc4c70bcf7011d0d7779ae93d8fe2a2 Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Fri, 21 Oct 2022 11:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20=E8=AE=BE=E5=A4=87=E8=AF=A6=E6=83=85(=E7=BD=91=E5=85=B3?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E5=AD=90=E8=AE=BE=E5=A4=87=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98)?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EWebSocket/src/basic/webSocket.js | 1 - .../DeviceDetailsView/deviceSelectNav.vue | 32 +++++++++++++------ 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/src/components/EWebSocket/src/basic/webSocket.js b/src/components/EWebSocket/src/basic/webSocket.js index 672f85b7..5d9af2d9 100644 --- a/src/components/EWebSocket/src/basic/webSocket.js +++ b/src/components/EWebSocket/src/basic/webSocket.js @@ -52,7 +52,6 @@ export default { * @param {*} evt */ socket_message(evt) { - console.log("wsljcg:=", evt); const data = JSON.parse(evt.data); this.$emit('message_http', evt); this.$emit('message', data) diff --git a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue index 47637312..366016b7 100644 --- a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue +++ b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue @@ -141,7 +141,11 @@