|
|
//****** 线上环境url,提交代码务必检查确认 ******
|
|
|
// export const API_HOST = 'https://api.yoho.cn';
|
|
|
// export const SERVICE_HOST = 'https://api.yoho.cn';
|
|
|
export const API_HOST = 'https://api.yoho.cn';
|
|
|
export const SERVICE_HOST = 'https://api.yoho.cn';
|
|
|
export const APP_REPORT_HOST = 'https://app.yoho.cn/collect/v3';
|
|
|
export const LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile';
|
|
|
export const ACTIVITY_HOST = 'https://action.yoho.cn';
|
...
|
...
|
@@ -21,8 +21,8 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn'; |
|
|
// export const SERVICE_HOST = 'http://api-test2.dev.yohocorp.com';
|
|
|
|
|
|
// *********测试3环境*********
|
|
|
export const API_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
// export const API_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
// export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|