feat: base 取消axios timeout
This commit is contained in:
parent
06d8786a41
commit
9d8f274c75
|
|
@ -12,7 +12,6 @@ function get_api_url() {
|
|||
|
||||
const instance = axios.create({
|
||||
baseURL: get_api_url(),
|
||||
timeout: 10000,
|
||||
headers: {
|
||||
'Content-Type': 'application/json;charset=UTF-8'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue