拆分图片修改

This commit is contained in:
caoyang
2022-06-08 14:50:39 +08:00
parent bf25a061bc
commit 75b9f15462
@@ -629,6 +629,10 @@
getAction(`split/sarFileSplitItemsVal/getItemsValList`,{itemId:this.itemId}).then(res=>{
if(res.success){
this.contentList=[...res.result]
this.contentList.forEach(item=>{
item.thumbUrl=window._CONFIG['domianURL']+'/sys/split/file/getImage?fileUrl='+Base64.encode(item.itemContent)
})
// window._CONFIG['domianURL']+'/sys/split/file/getImage?fileUrl='+Base64.encode(file.response.result.url)
}
}).finally(()=>{