src/views/operate/images/updateUser/index.vue
@@ -127,9 +127,11 @@ } if (this.dialogType !== "create") { let _imageList = []; debugger; let imageData = this.imagedata.url.split(","); imageData.forEach((url) => { console.log( "图片:" + `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}` ); _imageList.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`); }); this.imageList = _imageList;