This commit is contained in:
aozhiwei 2022-03-31 21:55:16 +08:00
parent 870ed0107a
commit b48d506996

View File

@ -14,7 +14,7 @@ function get(url, params) {
params: params, params: params,
responseType: 'text' responseType: 'text'
}).then((response) => { }).then((response) => {
ret.data = response; ret.data = response.data;
resolve(ret); resolve(ret);
}).catch((error) => { }).catch((error) => {
ret.err = error; ret.err = error;