Authored by 毕凯

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

修改配置的地址为南京test2 gateway



See merge request !1
const config = {
dev: {
axiosBaseUrl: 'http://192.168.103.73:8080',
axiosBaseUrl: 'http://192.168.102.25:8080',
axiosResponseType: 'json',
},
production: {
axiosBaseUrl: 'http://192.168.103.73:8080',
axiosBaseUrl: 'http://192.168.102.25:8080',
axiosResponseType: 'json',
}
};
... ...