图片预览路径
This commit is contained in:
@@ -1707,7 +1707,7 @@ export default {
|
||||
if (res.ok) {
|
||||
let imgPath = res.data.filePath
|
||||
let imgName = res.data.fileName
|
||||
let imgSrc = 'uploadPath' + imgPath + imgName
|
||||
let imgSrc = 'file' + imgPath + imgName
|
||||
// let imgSrc = imgPath + imgName
|
||||
// this.itemsContentList[this.saveUploadImgIndex].itemContent = 'uploadPath' + imgPath + imgName
|
||||
this.itemsContentList[this.saveAddIndex + 1].itemContent = '<img class=\'wordImg\' src=\'' + imgSrc + '\'>'
|
||||
|
||||
Reference in New Issue
Block a user