Revert "update: target _self"

This reverts commit eb8cedc695.
This commit is contained in:
玲娜贝er
2025-08-13 03:08:48 +00:00
committed by Gitee
parent eb8cedc695
commit 9fc19bd255

View File

@@ -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) {