From 3644420b802e56fe1987cfd18ea3bcb7241bf293 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 03 Apr 2023 17:09:33 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/components/map/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index f6b7e44..ab6e1b1 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -89,6 +89,8 @@
 
         <map-search-popup></map-search-popup>
 
+        <house-deep-data-popup></house-deep-data-popup>
+
         <y-tool-tip></y-tool-tip>
 
         <assemble-box></assemble-box>
@@ -160,13 +162,14 @@
 import activityPolicePopup from './components/activityPolicePopup.vue'
 import videoListPopup from './components/videoListPopup.vue'
 import mapSearchPopup from './components/mapSearchPopup.vue'
+import houseDeepDataPopup from './components/houseDeepDataPopup.vue'
 import yToolTip from './components/yToolTip.vue'
 import createTools from '@/utils/tools/index'
 
 export default {
     name: 'mapBox',
 
-    components: { mapPopup, activityPolicePopup, videoListPopup, mapSearchPopup, yToolTip },
+    components: { mapPopup, activityPolicePopup, videoListPopup, mapSearchPopup, houseDeepDataPopup, yToolTip },
 
     data () {
         return {

--
Gitblit v1.9.3