zhanghua
2023-06-12 88335bf57b7a4690b787bcdd65a78c038b852e4d
src/views/operate/images/updateUser/index.vue
@@ -130,6 +130,9 @@
      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;