From 9fc19bd255c6c757eced9880c223b5b2283d47ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=B2=E5=A8=9C=E8=B4=9Der?= <15891557205@163.com> Date: Wed, 13 Aug 2025 03:08:48 +0000 Subject: [PATCH] Revert "update: target _self" This reverts commit eb8cedc695ed036d2927e5a69dff69a31fa96636. --- apps/web-antd/src/views/system/oss/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/system/oss/index.vue b/apps/web-antd/src/views/system/oss/index.vue index 146eed33..ac6c68fb 100644 --- a/apps/web-antd/src/views/system/oss/index.vue +++ b/apps/web-antd/src/views/system/oss/index.vue @@ -156,7 +156,7 @@ async function handleDownload(row: OssFile) { const downloadLink = `${apiURL}/resource/oss/download/${row.ossId}?${stringify(params)}`; // fileName不设置也行 默认会取header里的名称 - downloadByUrl({ fileName: row.fileName, url: downloadLink, target: '_self' }); + downloadByUrl({ fileName: row.fileName, url: downloadLink }); } async function handleDelete(row: OssFile) {