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 @@