[TQRCode] idx 추가
This commit is contained in:
@@ -29,7 +29,7 @@ export default function TQRCode({ ariaLabel,text, menu, width = "128", height =
|
||||
|
||||
const qrcode = new window.QRCode(qrcodeRef.current, {
|
||||
text: menu
|
||||
? `${text}&nowMenu=${menu}&dvcIndex=${deviceInfo.dvcIndex}`
|
||||
? `${text}&nowMenu=${menu}&idx=${deviceInfo.dvcIndex}`
|
||||
: text,
|
||||
width: scaleW(width),
|
||||
height: scaleH(height),
|
||||
|
||||
Reference in New Issue
Block a user