fix: 删除console

This commit is contained in:
zhangyu
2022-04-20 09:35:27 +08:00
parent 8b422de2d0
commit 12f996555f
6 changed files with 3 additions and 8 deletions

View File

@@ -761,7 +761,6 @@ export default {
document.body.style.height = 'auto'
// document.getElementsByTagName('html')[0].style.overflow = 'visible'
const position = dom.getBoundingClientRect()
console.log(position)
this.getPdf(dom, -1 * position.left, -1 * position.top,this.searchTime)
// this.getPdf(dom, 0, 0)
}, 2000)