This commit is contained in:
aihe 2024-06-23 21:22:48 +08:00
parent 601b84cd6b
commit 1373533564
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ export default {
imgData: '',
percentage: 0, // 打印进度
imageUrl: '',
paperWidth: 560,
paperWidth: 480,
}
},
mounted () {

View File

@ -43,7 +43,7 @@ export default {
percentage: 0, // 打印进度
threshold: 200, // 阈值(值越大,图片打印越深)
imageUrl: '',
paperWidth: 560,
paperWidth: 480,
}
},
mounted () {

View File

@ -42,7 +42,7 @@ export default {
data () {
return {
imageUrl: '',
paperWidth: 560,
paperWidth: 480,
show: false,
}
},