zhanghua
2023-12-13 9698cd8b7b1c280d5a533c3a1ddc73771da07ffc
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;