From 1bd67b4f28615e049250c6bf97706a7a52927c8b Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 21 Aug 2025 17:24:17 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"story#7074,=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=BD=8D=E7=BD=AE=E6=94=B9=E5=8A=A8=E4=B8=BA?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=8E=A5=E5=8F=A3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 60836e19da7e8484df2aad037c51b5166d4d7306. --- src/views/report/addressMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/report/addressMap.vue b/src/views/report/addressMap.vue index d7c43b38..0388bba1 100644 --- a/src/views/report/addressMap.vue +++ b/src/views/report/addressMap.vue @@ -92,7 +92,7 @@ let activeObj = this.addressList[this.activeIndex]; let lanLat = activeObj.location.split(','); let _tempObj = { - startPoiAddress: activeObj?.address + activeObj?.name, + startPoiAddress: activeObj?.district + activeObj?.address + activeObj?.name, startLat: lanLat[0], startLng: lanLat[1], adCode: activeObj?.adcode,