diff --git a/packages/effects/common-ui/src/ui/spider/spider-work-view.vue b/packages/effects/common-ui/src/ui/spider/spider-work-view.vue index db964f6..b4f7167 100644 --- a/packages/effects/common-ui/src/ui/spider/spider-work-view.vue +++ b/packages/effects/common-ui/src/ui/spider/spider-work-view.vue @@ -182,7 +182,7 @@ const startPolling = async () => { style: { marginLeft: '10px' }, onClick: () => { const link = document.createElement('a'); - link.href = `/spider${download_url}`; + link.href = fetchResult.value; link.download = fetchResult.value; document.body.append(link); link.click(); @@ -261,10 +261,9 @@ const startFetching = async () => { // clearInterval(statusPollingInterval); // } // }); - } catch (error) { + } catch { isFetching.value = false; fetchResult.value = ''; - console.error(error); } } if (props.item.id === 'c736edd0-925d-4877-9223-56aab7342311') {