From 3df47fc2a7b70bad174518322504e43b6e488a87 Mon Sep 17 00:00:00 2001 From: gitcc Date: Tue, 12 Dec 2023 23:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86iframe=E5=B5=8C?= =?UTF-8?q?=E5=A5=97=E7=BB=84=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - src/components/Index.vue | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index e582254..68f3688 100644 --- a/src/App.vue +++ b/src/App.vue @@ -108,7 +108,6 @@ export default { if (data.topic === `iot/push/plc_01`) { var res = data.data; store.commit("setPlcData", res); - return; } } diff --git a/src/components/Index.vue b/src/components/Index.vue index 29ca2b0..6ab96fc 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -1,16 +1,19 @@