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/self/show.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/self/show.vue b/ruoyi-ui/src/views/self/show.vue
index 4d237b7..0e8b1ae 100644
--- a/ruoyi-ui/src/views/self/show.vue
+++ b/ruoyi-ui/src/views/self/show.vue
@@ -364,7 +364,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"></img>

--
Gitblit v1.9.1