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
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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