public/map/core/manager/widgetsmanager.js
@@ -148,7 +148,7 @@ _bodyDom: null, _mapContentDom: null, /** * 默认初始化显示在侧边栏的Widget * 默认初始化显示在侧边栏的Widget */ _defaultActivedSiderWidgetId: null, _topWidgetContainerDom: null, @@ -181,7 +181,7 @@ case "cover": this._parseCoverWidget(widgetCfg); break; } } if (this._defaultActivedSiderWidgetId != null && this._activedButton != null) { @@ -512,4 +512,4 @@ } } }); }); });