From 407b999060363f43ff508349fbfbba4f6319e733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sun, 1 Oct 2023 02:46:24 +0800 Subject: [PATCH] DEBUG --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client.js b/public/client.js index 4ef7785..a3ee4cd 100644 --- a/public/client.js +++ b/public/client.js @@ -37,7 +37,7 @@ export default class ClientList { } } channel.onmessage = event => { - console.log('对方发送数据消息', JSON.parse(event.data).type) + //console.log('对方发送数据消息', channel.label) if (option && option.onmessage) { option.onmessage(event, client) }