[TQRCode] QRCode length error

This commit is contained in:
고동영
2024-06-12 18:19:00 +09:00
parent 0082b0f1d1
commit 61e891d23d
4 changed files with 13 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ export default function TQRCode({
text: `${text}&entryMenu=${entryMenu}&nowMenu=${encodedNowMenu}&idx=${deviceInfo.dvcIndex}`,
width: scaleW(width),
height: scaleH(height),
correctLevel: window.QRCode.CorrectLevel.L,
});
}
}, [text, deviceInfo]);