src/conf/MapConfig.js
@@ -2,6 +2,7 @@ import TDT from './TDT' import { LayerTopic } from './LayerTopic' import { LayerBasin } from './layers/LayerBasin' import { LayerEmergency } from './LayerEmergency' const curWwwPath = window.document.location.href const pathname = window.document.location.pathname @@ -41,7 +42,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { LayerSewersLine: [LayerBasin, LayerTopic] LayerSewersLine: [LayerBasin, LayerTopic, LayerEmergency] } // 污雨水图层配置 }