This commit is contained in:
red-deng-deng 2021-11-29 14:37:56 +08:00
parent a596f4a487
commit e178b22753
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ const upload = (method, url, params, responseType) => {
break; break;
} }
} }
} ); } );
return http.then(response => response).catch(error => console.error('Error:', error)); return http.then(response => response).catch(error => console.error('Error:', error));
} }