From b7064bf9803814a793838891370eb3778f0c2c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E7=90=B3?= <1911390090@qq.com> Date: Thu, 15 May 2025 17:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=89=E7=BA=A4=E6=8A=A5=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/websocket.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruoyi-ui/src/views/websocket.vue b/ruoyi-ui/src/views/websocket.vue index e0b78c8f..32f58168 100644 --- a/ruoyi-ui/src/views/websocket.vue +++ b/ruoyi-ui/src/views/websocket.vue @@ -56,8 +56,6 @@ export default { if (method !== "event") { return; } -console.log("推送測試") -console.log(message) const params = message.params; const subEvent = params.subEvent; const content = params.content;