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,
responseType: 'text'
}).then((response) => {
ret.data = response;
ret.data = response.data;
resolve(ret);
}).catch((error) => {
ret.err = error;