|
|
const config = {
|
|
|
dev: {
|
|
|
axiosBaseUrl: 'http://192.168.102.25:8080',
|
|
|
axiosBaseUrl: 'http://api-test2.yohops.com:9999',
|
|
|
axiosResponseType: 'json',
|
|
|
},
|
|
|
production: {
|
|
|
axiosBaseUrl: 'http://192.168.102.25:8080',
|
|
|
axiosBaseUrl: 'http://api-test2.yohops.com:9999',
|
|
|
axiosResponseType: 'json',
|
|
|
}
|
|
|
};
|
...
|
...
|
|