From b67f13b04339ac0cd1a10b07d58e9c30c53b97a2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 03 四月 2024 15:04:39 +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