@@ -245,7 +245,7 @@ export default {
imageSuccessCBK (response, file, fileList) {
const _this = this
fileList.forEach(v => {
- window.tinymce.get(_this.tinymceId).insertContent(`<img class="wscnph" src="${this.resourcesUrl + v.response}" >`)
+ window.tinymce.get(_this.tinymceId).insertContent(`<img class="wscnph" src="${this.resourcesUrl + v.response.data}" >`)
})
}