|
@@ -7,7 +7,7 @@ export const mockUrl = 'http://10.179.24.123:8980' // 线上
|
|
|
export const qualityUrl = 'http://10.179.181.103:8898' // 质量度量
|
|
|
|
|
|
// export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
|
|
|
-export const HMvehicleUrl = 'http:// 10.179.181.103:9999' // 电单车 线上
|
|
|
+export const HMvehicleUrl = 'http://10.179.181.103:9999' // 电单车 线上
|
|
|
|
|
|
// -----------------------------------------2.0-----------------------------------------------
|
|
|
|
|
@@ -21,4 +21,4 @@ export const Presentation = projectManagementUrl // 报告模块
|
|
|
|
|
|
export const envWebUrl = requestIp + '/env-web' //环境web
|
|
|
|
|
|
-export const workbenchUrl = projectManagementUrl //工作台
|
|
|
+export const workbenchUrl = projectManagementUrl //工作台
|