南昌市物联网技防平台-前端
shuishen
2021-03-11 08413f10a9b4833d0a00a3ee2a3ce629acc7bdd8
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 @@
                }
            }
        });
    });
    });