chore: 改为新窗口打开(适用于pdf/图片)而非直接下载
This commit is contained in:
parent
5d8206f291
commit
721042ed5f
@ -67,7 +67,6 @@ onMounted(async () => {
|
||||
<a
|
||||
v-for="attachment in attachmentInfo"
|
||||
:key="attachment.ossId"
|
||||
:download="attachment.name"
|
||||
:href="attachment.url"
|
||||
class="text-primary"
|
||||
target="_blank"
|
||||
|
Loading…
Reference in New Issue
Block a user