派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 23d788fc1e11ee3c012bdad6a5129624566a6a23
src/api/host.js
New file
@@ -0,0 +1,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'