|
|
// 线上环境
|
|
|
export const API_HOST = 'https://api.yoho.cn';
|
|
|
export const SERVICE_HOST = 'https://api.yoho.cn';
|
|
|
export const ACTIVITY_HOST = 'https://action.yoho.cn';
|
|
|
// export const API_HOST = 'https://api.yoho.cn';
|
|
|
// export const SERVICE_HOST = 'https://api.yoho.cn';
|
|
|
// export const ACTIVITY_HOST = 'https://action.yoho.cn';
|
|
|
|
|
|
// 测试环境
|
|
|
// export const API_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
// export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
// export const ACTIVITY_HOST = 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com';
|
|
|
|
|
|
export const API_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';
|
|
|
//export const ACTIVITY_HOST = 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com';
|
|
|
export const ACTIVITY_HOST = 'http://192.168.102.49:6006'
|
|
|
// export const API_HOST = 'http://dev-api.yohops.com:9999';
|
|
|
// export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/';
|
|
|
|
...
|
...
|
|