From 364bd1e539fadc1d9d17f0d61464d727e71d99cc Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Fri, 28 Jun 2024 14:04:27 +0800 Subject: [PATCH] =?UTF-8?q?tms=E8=AE=A2=E9=98=85=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/stomp.js | 2 +- src/views/jlmap3d/drive/sceneview/tmsPage.vue | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/utils/stomp.js b/src/utils/stomp.js index cad94cbde..d347f7cc0 100644 --- a/src/utils/stomp.js +++ b/src/utils/stomp.js @@ -35,7 +35,7 @@ export function getTopic(type, group, param) { topic = `/queue/simulation/${group}/iscs/gate/${param.stationCode}`; break; case 'TMS': - topic = `/queue/simulation/${group}/train/001/tms`; + topic = `/queue/simulation/${group}/train/${param.groupNumber}/tms`; break; case 'PIS_STAND': topic = `/queue/simulation/${group}/standPis/${param.standCode}`; diff --git a/src/views/jlmap3d/drive/sceneview/tmsPage.vue b/src/views/jlmap3d/drive/sceneview/tmsPage.vue index a1462ca8a..dda451a04 100644 --- a/src/views/jlmap3d/drive/sceneview/tmsPage.vue +++ b/src/views/jlmap3d/drive/sceneview/tmsPage.vue @@ -8,7 +8,7 @@ 网压 网流 速度 - 牵引/制动级位 + 牵引/制动级位111 里程标 下一站 目的站 @@ -143,7 +143,7 @@ -