From 0f7c0e33ac6110e7ccbd93c133ea5516f96b4df8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 08 Apr 2021 10:24:58 +0800
Subject: [PATCH] 4.8
---
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 9775053..8ba2259 100644
--- a/public/map/core/manager/widgetsmanager.js
+++ b/public/map/core/manager/widgetsmanager.js
@@ -145,6 +145,14 @@
"actived": false
},
{
+ "label": "地图模式",
+ "id": "SupervisoryMap",
+ "widgetClass": "widgets/supervisoryMap/SupervisoryMap",
+ "type": "sider",
+ "cssPath": "widgets/supervisoryMap/SupervisoryMap.css",
+ "actived": false
+ },
+ {
"label": "洪水风险",
"id": "MapBrowseWidgetCopy",
"widgetClass": "widgets/mapBrowsecopy/MapBrowseWidgetCopy",
--
Gitblit v1.9.3