zhanghua
2023-04-21 05569927171387146f0f67fcc5798be8b067cf0b
src/views/operate/images/updateUser/index.vue
@@ -163,8 +163,7 @@
      });
    },
    setPictureUrl({ url }) {
      debugger
      this.imageList.push(`${FILE_ORIGINAL_URL}${url}`);
      this.imageList.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`);
      this.imagedata.url = this.imageList.join(",");
    },
    delPictureUrl({ url }) {