|
@@ -5,7 +5,7 @@ const host = window.location.host
|
|
|
const domain = host.substring(0, host.indexOf('.')) || host.substring(0, host.indexOf(':'))
|
|
|
const request = axios.create({
|
|
|
withCredentials: true,
|
|
|
- // baseURL: process.env.API_DOMAIN,
|
|
|
+ baseURL: process.env.API_DOMAIN,
|
|
|
timeout: 50000,
|
|
|
headers: {
|
|
|
'Content-Type': 'application/json;charset=UTF-8'
|