拆分图片修改
This commit is contained in:
@@ -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(()=>{
|
||||
|
||||
Reference in New Issue
Block a user