Authored by 陈峰

Merge branch 'feature/change-config' into 'master'

使用新的域名



See merge request !9
1 const config = { 1 const config = {
2 dev: { 2 dev: {
3 - axiosBaseUrl: 'http://api-test3.yohops.com', 3 + axiosBaseUrl: 'http://api-test3.dev.yohocorp.com',
4 axiosResponseType: 'json', 4 axiosResponseType: 'json',
5 }, 5 },
6 production: { 6 production: {
7 - axiosBaseUrl: 'http://api-test3.yohops.com', 7 + axiosBaseUrl: 'http://api-test3.dev.yohocorp.com',
8 axiosResponseType: 'json', 8 axiosResponseType: 'json',
9 } 9 }
10 }; 10 };