Browse Source

Merge branch 'xiaoqin' into mergeBranch

codeMan 2 years ago
parent
commit
36ae5a16a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SManagement/archives/components/FileList.vue

+ 1 - 1
src/SManagement/archives/components/FileList.vue

@@ -11,7 +11,7 @@
       <div class="image">
         <el-image
           style="width: 100%; height: 100%"
-          :src="item.cover"
+          :src="item.cover || require('../../../assets/file_icons/unknow.png')"
           fit="fill">
         </el-image>
       </div>