This commit is contained in:
aozhiwei 2022-04-30 16:55:40 +08:00
parent 3cab795f8e
commit 8e23cb407b

View File

@ -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) => {