From bc84029a7e70dcff40e393a9c09b434592d4b1dc Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 28 Nov 2025 15:24:09 +0800
Subject: [PATCH] 经开分局优化
---
src/components/mapAddressSearchBox/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/components/mapAddressSearchBox/index.vue b/src/components/mapAddressSearchBox/index.vue
index 78e890c..c5c3be5 100644
--- a/src/components/mapAddressSearchBox/index.vue
+++ b/src/components/mapAddressSearchBox/index.vue
@@ -136,6 +136,8 @@
this.$store.commit("SET_MAPSEARCHPOPUPDATA", {
...item,
+ url: 'http://47.217.32.232/qrcode_image/' + item.picName,
+ showImg: true,
name: item.address
})
--
Gitblit v1.9.3