派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-29 dc1884bc0afc8c4547a056c7ff0b9e78467b5dfc
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'