zhanghua
2023-10-24 5b1a4f4e29652cf1b2f4eb406d96700acffc9e8c
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;