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 {