diff --git a/packages/effects/common-ui/package.json b/packages/effects/common-ui/package.json index 1f64b47..02b62dd 100644 --- a/packages/effects/common-ui/package.json +++ b/packages/effects/common-ui/package.json @@ -45,7 +45,7 @@ "@vueuse/integrations": "catalog:", "ant-design-vue": "catalog:", "ant-design-x-vue": "^1.1.2", - "dayjs": "^1.11.13", + "dayjs": "catalog:", "markdown-it": "^14.1.0", "qrcode": "catalog:", "tippy.js": "catalog:", 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 9613384..db964f6 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 = `http://47.112.173.8:6806${download_url}`; + link.href = `/spider${download_url}`; link.download = fetchResult.value; document.body.append(link); link.click();