From 67e458c2fd0f2515ae12a2b2d50371e1211ad936 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 13 Mar 2021 17:09:45 +0800
Subject: [PATCH] 部分接口调整,样式调整,警情分发调整

---
 public/map/core/manager/widgetsmanager.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/public/map/core/manager/widgetsmanager.js b/public/map/core/manager/widgetsmanager.js
index 6dfcfc8..1aacfa5 100644
--- a/public/map/core/manager/widgetsmanager.js
+++ b/public/map/core/manager/widgetsmanager.js
@@ -130,6 +130,14 @@
                     "actived": false
                 },
                 {
+                    "label": "分发处置",
+                    "id": "AlertSecurity",
+                    "widgetClass": "widgets/alertSecurity/AlertSecurity",
+                    "type": "sider",
+                    "cssPath": "widgets/alertSecurity/AlertSecurity.css",
+                    "actived": false
+                },
+                {
                     "label": "洪水风险",
                     "id": "MapBrowseWidgetCopy",
                     "widgetClass": "widgets/mapBrowsecopy/MapBrowseWidgetCopy",

--
Gitblit v1.9.3