From e5e7ed34127ef1b0e86a2f6ea7e1bbefa3930dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Wed, 17 Jan 2024 15:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E6=B3=A8=E9=87=8Alog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tunnel/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index 4c7ae8c..f9ea77f 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -336,7 +336,7 @@ const initWebSocket = () => { }; //接收到消息的回调方法 socket.onmessage = function (event) { - console.log("服务器返回的信息: ", JSON.parse(event.data)); + // console.log("服务器返回的信息: ", JSON.parse(event.data)); const type = JSON.parse(event.data).type; const data = JSON.parse(event.data).data; if (type === "equipment") {