|
|
|
@ -7,6 +7,7 @@ const request = axios.create({
|
|
|
|
|
//baseURL: 'http://121.41.91.94:12002/hjapi',
|
|
|
|
|
//baseURL: `http://${window.location.host}/hjapi`,
|
|
|
|
|
// baseURL: 'http://121.41.91.94:12524/hjapi/', //外网
|
|
|
|
|
// baseURL: 'http://121.41.91.94:12524/hjapi/', //外网
|
|
|
|
|
timeout: 50000,
|
|
|
|
|
headers: { 'content-type': 'application/json' }
|
|
|
|
|
})
|
|
|
|
|