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}`;