Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
classfang committed Apr 7, 2024
1 parent aafdd4c commit 4c180f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ const newNote = () => {
:name="$t('common.download')"
@click="
downloadFile(
`file://${currentCollectionItem.image?.imageList[0]}`,
`img-${currentCollectionItem.image?.imageList[0]}`
`file://${currentCollectionItem?.image?.imageList[0]}`,
`img-${currentCollectionItem?.image?.imageList[0]}`
)
"
>
Expand Down

0 comments on commit 4c180f3

Please sign in to comment.