From fa3615d2dcad3eb020a7ac59581546a6560e37ae Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期五, 10 五月 2024 16:06:41 +0800
Subject: [PATCH] 解决了其他附件封面问题

---
 ruoyi-ui/src/views/bignote/familyeventInfo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/bignote/familyeventInfo.vue b/ruoyi-ui/src/views/bignote/familyeventInfo.vue
index d8c8d9b..6097d07 100644
--- a/ruoyi-ui/src/views/bignote/familyeventInfo.vue
+++ b/ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -150,7 +150,7 @@
           ></video>
           <img v-else
                class="el-upload-list__item-thumbnail"
-               :src="file.url"
+               src="../../assets/images/deviceLis.png"
                alt=""
                style="width: 100%; height: 100%"
                fit="cover">

--
Gitblit v1.9.1