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