From d74734fd32b892c4e71dccc0f85db7f3e9d36f18 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 27 Apr 2021 09:14:34 +0800
Subject: [PATCH] websocket调整
---
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