派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-27 3c924d71affd630b2411b68061d119f8f2a6d6a2
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * 服务HOST定义
 */
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'