|
@@ -1,7 +1,6 @@
|
|
|
import { requestIp } from './requestIP'
|
|
|
|
|
|
/*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
|
|
|
-// export const mockUrl = 'http://10.179.24.176:8980' // 线下
|
|
|
export const mockUrl = 'http://10.179.24.123:8980' // 线上
|
|
|
|
|
|
export const qualityUrl = 'http://10.179.181.103:8898' // 质量度量
|
|
@@ -13,9 +12,6 @@ export const vehicleUrl_preonline = 'http://10.179.53.173:9999' // 虚拟硬件
|
|
|
//虚拟硬件线上环境
|
|
|
export const vehicleUrl_online = 'http://10.179.91.236:9999' // 虚拟硬件 zhihui
|
|
|
|
|
|
-// export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
|
|
|
-// export const HMvehicleUrl = 'http://10.179.181.103:9999' // 电单车 线上
|
|
|
-
|
|
|
// -----------------------------------------2.0-----------------------------------------------
|
|
|
|
|
|
export const projectManagementUrl = requestIp + '/project-management' //项目管理
|