Authored by 李奇

修改配置test1

.idea
.DS_Store
... ...
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 LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile';
export const APP_REPORT_HOST = 'https://app.yoho.cn/collect/v3';
// export const API_HOST = 'http://dev-api.yohops.com:9999';
// export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/';
// export const API_HOST = 'http://api-test1.yohops.com:9999';
// export const SERVICE_HOST = 'http://api-test1.yohops.com:9999/';
export const API_HOST = 'http://api-test1.yohops.com:9999';
export const SERVICE_HOST = 'http://api-test1.yohops.com:9999/';
// export const API_HOST = 'http://api-test2.yohops.com:9999';
// export const SERVICE_HOST = 'http://api-test2.yohops.com:9999/';
... ...