派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-10 72002c71e77a75be680a4d11d7c72bb5e09554a3
src/api/mapUrl.js
@@ -30,10 +30,8 @@
export const getCompany = $HOST + '/company/getCompany'
// 管线分析
// export const findPipelineByClickPoint = $HOST + '/findPipelineByClickPoint'
export const findPipelineByClickPoint = 'http://xearth.cn:6202' + '/findPipelineByClickPoint'
export const findConnectedPipelines = 'http://xearth.cn:6202' + '/findConnectedPipelines'
// export const findConnectedPipelines = $HOST + '/findConnectedPipelines'
export const findFlowDirection = 'http://xearth.cn:6202' + '/findFlowDirection'
export const findLeakages = 'http://xearth.cn:6202' + '/findLeakages'
export const getCrossSection = 'http://xearth.cn:6202' + '/getCrossSection'