From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改

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

diff --git a/public/map/core/manager/widgetsmanager.js b/public/map/core/manager/widgetsmanager.js
index 9775053..237a8ac 100644
--- a/public/map/core/manager/widgetsmanager.js
+++ b/public/map/core/manager/widgetsmanager.js
@@ -145,6 +145,22 @@
                     "actived": false
                 },
                 {
+                    "label": "地图模式",
+                    "id": "SupervisoryMap",
+                    "widgetClass": "widgets/supervisoryMap/SupervisoryMap",
+                    "type": "sider",
+                    "cssPath": "widgets/supervisoryMap/SupervisoryMap.css",
+                    "actived": false
+                },
+                {
+                    "label": "卡片模式详情",
+                    "id": "DetailMap",
+                    "widgetClass": "widgets/detailMap/DetailMap",
+                    "type": "sider",
+                    "cssPath": "widgets/detailMap/DetailMap.css",
+                    "actived": false
+                },
+                {
                     "label": "洪水风险",
                     "id": "MapBrowseWidgetCopy",
                     "widgetClass": "widgets/mapBrowsecopy/MapBrowseWidgetCopy",
@@ -343,6 +359,7 @@
              * 临时的实例化,因为还没有规划好怎么加载
              */
             _tempAppendOthers: function() {
+                return;
                 var map = this._map;
                 var mapDomNode = dom.byId(map.id);
                 //创建常用工具条

--
Gitblit v1.9.3