From 3cccfaa7f403f860c31d85c266295d29bccb2f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=BF=E5=B0=8F=E5=A4=A9?= <1638245306@qq.com> Date: Tue, 16 May 2023 00:26:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/fileList/index.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/web/src/views/system/fileList/index.vue b/web/src/views/system/fileList/index.vue index 0eab106..ae24dcf 100644 --- a/web/src/views/system/fileList/index.vue +++ b/web/src/views/system/fileList/index.vue @@ -24,7 +24,7 @@ style="width: 150px; height: 150px" :src="formatImgUrl(item.url)" :zoom-rate="1.2" - :preview-src-list="[item.url]" + :preview-src-list="[formatImgUrl(item.url)]" :initial-index="4" fit="fill" /> @@ -80,7 +80,7 @@