拆分图片修改

This commit is contained in:
caoyang
2022-06-09 18:17:55 +08:00
parent 9f5761fcf2
commit a2083a780b
@@ -850,7 +850,7 @@
this.contentList[++this.addIndex]={
id:'',
type:'IMG',
itemContent:file.response.result.id,
itemContent:file.response.result.url,
thumbUrl:window._CONFIG['domianURL']+'/sys/split/file/getImage?fileUrl='+Base64.encode(file.response.result.url)
}
// console.log('baseDecode',Base64.decode(this.contentList[this.addIndex].thumbUrl))