派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-28 593f6ccd3aec8045a26b4b330f2b034df05bfd9f
src/api/host.js
@@ -1,6 +1,13 @@
/**
 * 服务HOST定义
 */
export const $HOST = process.env.VUE_APP_API_HOST
// map服务
export const $HOST_MAP_SERVICE = process.env.VUE_APP_MAP_SERVICE
import { getSchemeHost } from '../utils/tools'
export const $HOST = getSchemeHost()
// 管线分析-线上
// export const $HOSTANALYSE = 'http://xearth.cn:6202'
export const $HOSTANALYSE = 'http://10.238.235.179:6202'
// 管线分析-本地
// export const $HOSTANALYSE = 'http://10.238.105.124:8089'