From 76e74ab24541fde6211bf2f807b847fcdaeb95de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Sat, 7 Oct 2023 14:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/map/index.vue | 19 ++++++++++++------- src/views/dataBoard/overview/index.vue | 8 ++++---- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/views/dataBoard/cpts/map/index.vue b/src/views/dataBoard/cpts/map/index.vue index 4fd3d1fe6..ff820143e 100644 --- a/src/views/dataBoard/cpts/map/index.vue +++ b/src/views/dataBoard/cpts/map/index.vue @@ -841,7 +841,7 @@ export default { popup.remove() }) pointMarkerItem.on("click", () => { - this.$router.push('/homeDetails/index?id='+data[i].id) + this.$router.push('/homeDetails/index?id=' + data[i].id) }) @@ -942,6 +942,10 @@ export default {