Authored by 陈峰

commit

1 const config = { 1 const config = {
2 dev: { 2 dev: {
3 - axiosBaseUrl: 'http://172.16.6.201:8080', 3 + axiosBaseUrl: 'http://192.168.103.73:8080',
4 axiosResponseType: 'json', 4 axiosResponseType: 'json',
5 }, 5 },
6 production: { 6 production: {
7 - axiosBaseUrl: 'http://172.16.6.201:8080', 7 + axiosBaseUrl: 'http://192.168.103.73:8080',
8 axiosResponseType: 'json', 8 axiosResponseType: 'json',
9 } 9 }
10 }; 10 };