zhanghua
2023-12-15 6f4d30454c52df980eef0607611ec66a57ec0e5c
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;