diff --git a/src/views/sponeScreen/gisMF/cesiumMapLegend.js b/src/views/sponeScreen/gisMF/cesiumMapLegend.js index 56cf231..5c73c50 100644 --- a/src/views/sponeScreen/gisMF/cesiumMapLegend.js +++ b/src/views/sponeScreen/gisMF/cesiumMapLegend.js @@ -6,7 +6,7 @@ import { oneMapFacilityPumpList } from '@/api/scada/pumpStationInformation'; import { facilitySewageList } from '@/api/scada/sewage'; import bus from '@/bus'; -let YSBZ, WSBZ, HLBZ,WSCLC; +let YSBZ, WSBZ, HLBZ, WSCLC; let legendDataList; export default class cesiumMapCommonLegend { //获取站点数据 @@ -24,7 +24,6 @@ let WSCLCDataList = resWSCLC.data; WSCLC = this.getGeojsonData(WSCLCDataList); - debugger; //发送图例 legendDataList = this.legendData(); @@ -194,7 +193,7 @@ url: 'paiShuiArea3_icon.png', layername: 'weather_cloud', type: 'weather_cloud', - } + }, ], ], },