派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-31 ad9c4fbf43e6b58e0019e04878ad0935ae811b8d
src/api/host.js
New file
@@ -0,0 +1,14 @@
/**
 * 服务HOST定义
 */
import { getSchemeHost } from '../utils/tools'
export const $HOST = getSchemeHost()
// 环保二期
export const $HOSTII = 'http://10.246.162.140:8080'
// 管线分析-线上
// 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'