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