From 08413f10a9b4833d0a00a3ee2a3ce629acc7bdd8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 11 Mar 2021 16:14:32 +0800
Subject: [PATCH] 修改巡逻样式

---
 public/map/core/manager/widgetsmanager.js |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/public/map/core/manager/widgetsmanager.js b/public/map/core/manager/widgetsmanager.js
index 21f4ea4..6dfcfc8 100644
--- a/public/map/core/manager/widgetsmanager.js
+++ b/public/map/core/manager/widgetsmanager.js
@@ -98,6 +98,14 @@
                     "actived": false
                 },
                 {
+                  "label": "设备管理",
+                  "id": "equipment",
+                  "widgetClass": "widgets/equipment/ClientManagement",
+                  "type": "sider",
+                  "cssPath": "widgets/equipment/ClientManagement.css",
+                  "actived": false
+                },
+                {
                     "label": "警情调度",
                     "id": "PoliceDispatching",
                     "widgetClass": "widgets/policeDispatching/PoliceDispatching",
@@ -148,7 +156,7 @@
             _bodyDom: null,
             _mapContentDom: null,
             /**
-             * 默认初始化显示在侧边栏的Widget  
+             * 默认初始化显示在侧边栏的Widget
              */
             _defaultActivedSiderWidgetId: null,
             _topWidgetContainerDom: null,
@@ -181,7 +189,7 @@
                             case "cover":
                                 this._parseCoverWidget(widgetCfg);
                                 break;
-                                
+
                         }
                     }
                     if (this._defaultActivedSiderWidgetId != null && this._activedButton != null) {
@@ -512,4 +520,4 @@
                 }
             }
         });
-    });
\ No newline at end of file
+    });

--
Gitblit v1.9.3