派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-30 a312e0dd96d8f7e96fb3341f1a55561b12394405
src/api/host.js
New file
@@ -0,0 +1,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'