zhanghua
2023-10-02 10b92700323bccebb3e6902f2bb4c70e8166a2a4
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;