@ -86,6 +86,7 @@ export default {
isbn: isbn
}
FetchCoverByISBN(params).then((res) => {
console.log(res)
item.cover = window.URL.createObjectURL(res)
})