From f3521f5b9856fbd8e70122fdc12e3d3d3c2f4ebf Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期日, 07 四月 2024 08:26:59 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/utils.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/utils.js b/zy-asrs-flow/src/pages/map/utils.js
index 19978e9..f25e436 100644
--- a/zy-asrs-flow/src/pages/map/utils.js
+++ b/zy-asrs-flow/src/pages/map/utils.js
@@ -585,5 +585,9 @@
 }
 
 export const updateMapStatusInRealTime = (data) => {
-    console.log('map: ' + data);
+    const mapVo = JSON.parse(data);
+    // shuttle
+    for (const shuttleVo of mapVo.shuttleVos) {
+        console.log(shuttleVo);
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1