From 66caa3b60cb223cfa64f3433f7fd144d44d189b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Sat, 7 Jun 2025 19:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 7b2a795..3a1b3e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -96,6 +96,9 @@ export default { onWebSocketMessage(event) { try { const data = JSON.parse(event.data, (key, value, ctx) => { + console.log('key',key) + console.log('value',value) + console.log('ctx',ctx) if (typeof value === 'number' && value > Number.MAX_SAFE_INTEGER) { return ctx?.source || ''; }