update
This commit is contained in:
parent
a596f4a487
commit
e178b22753
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue