1
This commit is contained in:
parent
3cab795f8e
commit
8e23cb407b
@ -14,7 +14,7 @@ function httpGet(url, params) {
|
||||
axios({
|
||||
method: 'get',
|
||||
url: url,
|
||||
timeout: 1000 * 3,
|
||||
timeout: 1000 * 5,
|
||||
params: params,
|
||||
responseType: 'text'
|
||||
}).then((response) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user