fzzy-igdss-web/src/main/resources/static/security/patrol/patrolRecord.js
@@ -63,11 +63,9 @@ // 标记点弹窗信息 var infoWindow = new BMapGL.InfoWindow(` <div style="font-size: 12px; line-height: 1.8;"> <p><strong>点位名称:</strong>${record.pointName}</p> <p><strong>巡检人:</strong>${record.createBy}</p> <p><strong>巡检时间:</strong>${new Date(record.createTime).toLocaleString()}</p> <p><strong>经纬度:</strong>${lat}, ${lng}</p> <p><strong>轨迹点ID:</strong>${record.id}</p> </div> `);