反馈修改

This commit is contained in:
仲么了
2023-08-17 15:37:19 +08:00
parent 6bc28e4f44
commit 9423ad6216
13 changed files with 331 additions and 143 deletions

View File

@@ -36,8 +36,6 @@ export default {
html2canvas(dom, {
scale: 2,
useCORS: true,
width: dom.offsetWidth,
height: dom.offsetHeight,
dpi: 300,
taintTest: true,
}).then((canvas) => {
@@ -49,7 +47,7 @@ export default {
}).catch((err) => {
console.log(err)
})
}, 1000);
}, 3000);
}
}
}