tangning 3 tháng trước cách đây
mục cha
commit
5449f940c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/viewImg/index.vue

+ 1 - 1
src/components/viewImg/index.vue

@@ -151,7 +151,7 @@ const TypeFilter = (url) => {
 }
 watchEffect(() => {
   if (props.list.length) {
-    let newlist = props.list.map(item => item.filesUrl || item.fileUrl);
+    let newlist = props.list.map(item => item.filesUrl || item.fileUrl || item.mapUrl);
     initFileList.value = newlist.filter(item => {
       return verifySuffix(item)
     });