From ef5753abe5fb784ca2afa624d9230d16f04af55b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 02 May 2023 18:27:08 +0800
Subject: [PATCH] 弹框显示详情
---
src/components/map/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 66c376c..1ada49d 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 17:00:30
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-05-02 16:30:27
+ * @LastEditTime: 2023-05-02 18:17:35
* @FilePath: \srs-police-affairs\src\components\map\index.vue
* @Description: 公用地图组件
*
@@ -102,6 +102,8 @@
<map-popup></map-popup>
+ <architecture-popup></architecture-popup>
+
<activity-police-popup></activity-police-popup>
<video-list-popup></video-list-popup>
@@ -181,6 +183,7 @@
]
import mapPopup from './components/mapPopup.vue'
+import architecturePopup from './components/architecturePopup.vue'
import activityPolicePopup from './components/activityPolicePopup.vue'
import videoListPopup from './components/videoListPopup.vue'
import videoRowClickPopup from './components/videoRowClickPopup.vue'
@@ -195,7 +198,7 @@
export default {
name: 'mapBox',
- components: { mapPopup, activityPolicePopup, videoListPopup, mapSearchPopup, houseDeepDataPopup, yToolTip, videoRowClickPopup },
+ components: { mapPopup, architecturePopup, activityPolicePopup, videoListPopup, mapSearchPopup, houseDeepDataPopup, yToolTip, videoRowClickPopup },
data () {
return {
--
Gitblit v1.9.3