From 204b8af237555feb1af83250dfdc28a5dc0a467c Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期一, 10 五月 2021 17:22:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/api/mapUrl.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/mapUrl.js b/src/api/mapUrl.js index 98b9986..bb12e82 100644 --- a/src/api/mapUrl.js +++ b/src/api/mapUrl.js @@ -1,7 +1,7 @@ /** * 璇ユ枃浠堕厤缃帴鍙g殑URL鍦板潃 */ -import { $HOST } from './host' +import { $HOST, $HOSTANALYSE } from './host' export const GetUser = $HOST + '/user/getUser' @@ -30,8 +30,8 @@ export const getCompany = $HOST + '/company/getCompany' // 绠$嚎鍒嗘瀽 -export const findPipelineByClickPoint = 'http://xearth.cn:6202' + '/findPipelineByClickPoint' -export const findConnectedPipelines = 'http://xearth.cn:6202' + '/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' +export const findPipelineByClickPoint = $HOSTANALYSE + '/findPipelineByClickPoint' +export const findConnectedPipelines = $HOSTANALYSE + '/findConnectedPipelines' +export const findFlowDirection = $HOSTANALYSE + '/findFlowDirection' +export const findLeakages = $HOSTANALYSE + '/findLeakages' +export const getCrossSection = $HOSTANALYSE + '/getCrossSection' -- Gitblit v1.8.0