Skip to content

Commit

Permalink
fix: 缩略图加多yige.jpg后缀
Browse files Browse the repository at this point in the history
  • Loading branch information
shatian114 committed Sep 22, 2024
1 parent d25825e commit 8938a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/gallery/GalleryIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function closeBigImg() {
:key="photo.file">
<img
loading="lazy"
:src="`/galleryFile/thumbs/${photo.file}`"
:src="`/galleryFile/thumbs/${photo.file}.jpg`"
:alt="photo.desc"
class="cursor-pointer w-[100%] max-w-[100%] object-cover aspect-video"
@click="clickImg(gallery, index)" />
Expand Down

0 comments on commit 8938a11

Please sign in to comment.