|
|
const config = {
|
|
|
dev: {
|
|
|
axiosBaseUrl: 'http://172.16.6.201:8080',
|
|
|
axiosBaseUrl: 'http://192.168.103.73:8080',
|
|
|
axiosResponseType: 'json',
|
|
|
},
|
|
|
production: {
|
|
|
axiosBaseUrl: 'http://172.16.6.201:8080',
|
|
|
axiosBaseUrl: 'http://192.168.103.73:8080',
|
|
|
axiosResponseType: 'json',
|
|
|
}
|
|
|
};
|
...
|
...
|
|