派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-05-10 502f36219d0bd87bd60881b761089ace7630fd55
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 服务HOST定义
 */
import { getSchemeHost } from '../utils/tools'
 
export const $HOST = getSchemeHost()
 
// 管线分析-线上
export const $HOSTANALYSE = 'http://xearth.cn:6202'
 
// 管线分析-本地
// export const $HOSTANALYSE = 'http://10.238.105.124:8089'