From 24b0b99f7125880bdee544caec0bd68d372050ab Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 07 Dec 2023 16:17:51 +0800
Subject: [PATCH] 更换底图
---
src/components/arcNavBar/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/components/arcNavBar/index.vue b/src/components/arcNavBar/index.vue
index cf41d18..bd7f3d0 100644
--- a/src/components/arcNavBar/index.vue
+++ b/src/components/arcNavBar/index.vue
@@ -193,7 +193,10 @@
item,
text: item.mechanismName,
url: this.publicPath + 'img/icon/bubble.png',
- anchor: [16, 34]
+ anchor: [16, 34],
+ event: (e) => {
+ that.mapPopup(item)
+ }
}))
})
--
Gitblit v1.9.3