feat: 优化文章详情页面pdf预览功能

This commit is contained in:
dj
2024-12-13 12:38:08 +08:00
parent b41e39abbf
commit 43785b7460
2 changed files with 2 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ const download = (row) => {
a.href = url;
a.download = row.fileName;
a.click();
window.open(row.url,'_blank')
};
x.send();
}