From beac0f9a8bfe0f0e4d8db19fa18a9745ed1fcc40 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 09 Mar 2023 15:09:35 +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 7c9a69a..f69e912 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-03-08 09:47:02
+ * @LastEditTime: 2023-03-09 10:50:09
  * @FilePath: \srs-police-affairs\src\components\map\index.vue
  * @Description: 公用地图组件
  * 
@@ -66,6 +66,8 @@
         <activity-police-popup></activity-police-popup>
 
         <video-list-popup></video-list-popup>
+
+        <y-tool-tip></y-tool-tip>
 
         <assemble-box></assemble-box>
     </div>
@@ -187,13 +189,14 @@
 import mapPopup from './components/mapPopup.vue'
 import activityPolicePopup from './components/activityPolicePopup.vue'
 import videoListPopup from './components/videoListPopup.vue'
+import yToolTip from './components/yToolTip.vue'
 
 
 
 export default {
     name: 'mapBox',
 
-    components: { mapPopup, activityPolicePopup, videoListPopup },
+    components: { mapPopup, activityPolicePopup, videoListPopup, yToolTip },
 
     data () {
         return {

--
Gitblit v1.9.3