zhangzengfei
2022-12-07 0dbf19e9f92f5cb1d5ca9a06fd268d3b16e466e3
src/views/search/components/UploadImg.vue
@@ -255,7 +255,7 @@
      console.log("切图返回:", res);
      if (res.success) {
        document.querySelector(".el-upload-list").querySelector("img").src =
          "http://" + res.data.uploadImage;
          "/httpImage/" + res.data.uploadImage;
        this.resReady = true;
        this.realSmallPath = res.data.smImage;
        this.VideoPhotoData.isHaveRealSmallImg =