From ad1fc11e61911474fa103f94fd69b42126835273 Mon Sep 17 00:00:00 2001 From: stt Date: Wed, 10 Dec 2025 13:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/cockpit/realTimeData/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/pqs/cockpit/realTimeData/index.vue b/src/views/pqs/cockpit/realTimeData/index.vue index 5ed3bd1..ef3d61b 100644 --- a/src/views/pqs/cockpit/realTimeData/index.vue +++ b/src/views/pqs/cockpit/realTimeData/index.vue @@ -64,7 +64,6 @@ window.addEventListener('message', function (event) { const { action, data } = event.data if (action == 'securityDetailData') { - console.log('tableArray:', data) // 处理接收到的 tableArray 数据 tableData.value = data }