This commit is contained in:
X1627315083@163.com
2026-05-14 09:27:06 +08:00
parent e27b43dc67
commit 9a40e69081

View File

@@ -734,6 +734,8 @@ export default defineComponent({
let maxImg = 8 let maxImg = 8
if (this.type_.type2 == 'Sketchboard') { if (this.type_.type2 == 'Sketchboard') {
maxImg = 20 maxImg = 20
}else if(this.type_.type2 == 'Printboard'){
maxImg = 16
} }
let parent: any = this.$parent let parent: any = this.$parent
if (parent.isUseGenerate) { if (parent.isUseGenerate) {