zhongshujie
2 天以前 ce7cf2f67ec29aef55a889574942c58c8d7737bd
src/assets/js/middleGround/tool.js
@@ -422,7 +422,8 @@
  if (md5) {
    src = requestCtx + `/file/GetPreViewImage?md5=${md5}`;
  } else {
    return require("@/assets/images/homeBg.png");
    return ""
    // return require("@/assets/images/homeBg.png");
  }
  if (width) src += `&width=${width}`;
  if (height) src += `&height=${height}`;