From 5390b4fc6d07efcb53d06b21454e6b24cad03a10 Mon Sep 17 00:00:00 2001
From: wanglizhong <wlz>
Date: 星期一, 05 五月 2025 16:54:56 +0800
Subject: [PATCH] fix:修改logo及网站名称

---
 ruoyi-ui/src/views/system/gps/map.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/system/gps/map.vue b/ruoyi-ui/src/views/system/gps/map.vue
index a9ee044..972e902 100644
--- a/ruoyi-ui/src/views/system/gps/map.vue
+++ b/ruoyi-ui/src/views/system/gps/map.vue
@@ -398,7 +398,7 @@
             marker.addEventListener("click", () => {
               // 鍒涘缓淇℃伅绐楀彛
               const infoWindow = new BMap.InfoWindow(
-                `鏃堕棿锛�${currentSegment[index].collectTime}<br/>閫熷害锛�${
+                `杞︾墝鍙凤細${currentSegment[index].vehicleNo}<br/>鏃堕棿锛�${currentSegment[index].collectTime}<br/>閫熷害锛�${
                   currentSegment[index].speed
                 }km/h<br/>鏂瑰悜锛�${currentSegment[index].direction}掳<br/>鍦板潃锛�${address}`
               );
@@ -482,7 +482,7 @@
             marker.addEventListener("click", () => {
               // 鍒涘缓淇℃伅绐楀彛
               const infoWindow = new BMap.InfoWindow(
-                `鏃堕棿锛�${row.collectTime}<br/>閫熷害锛�${row.speed}km/h<br/>鏂瑰悜锛�${row.direction}掳<br/>鍦板潃锛�${address}`
+                `杞︾墝鍙凤細${row.vehicleNo}<br/>鏃堕棿锛�${row.collectTime}<br/>閫熷害锛�${row.speed}km/h<br/>鏂瑰悜锛�${row.direction}掳<br/>鍦板潃锛�${address}`
               );
               this.map.openInfoWindow(infoWindow, data.points[0]);
             });

--
Gitblit v1.9.1