src/conf/layers/LayerArea.js
@@ -1,7 +1,7 @@ /** * 区域 */ import { PIPELINE_WFS } from '../Constants' import { SERVICE_TYPE, PIPELINE_WFS } from '../Constants' const WFS_URL = PIPELINE_WFS export const LayerArea = { code: 'sewersArea', @@ -30,8 +30,8 @@ name: '装置区', sname: '装置区', checked: false, // 默认选中状态 type: 0, wfs: WFS_URL + '?TYPENAME=装置区' type: SERVICE_TYPE.WMS, typeName: 'sewer:unitareaboundary' } ] }