|
@ -2,7 +2,7 @@ import axios from 'axios'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const request = axios.create({ |
|
|
export const request = axios.create({ |
|
|
baseURL: 'http://127.0.0.1:8000', |
|
|
|
|
|
|
|
|
baseURL: 'http://192.168.8.237:8000', |
|
|
timeout:10000, |
|
|
timeout:10000, |
|
|
headers: { |
|
|
headers: { |
|
|
'Content-Type': 'application/json' |
|
|
'Content-Type': 'application/json' |
|
|