Skip to content

Commit

Permalink
log rm
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Aug 18, 2023
1 parent f7fee07 commit 8dabd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/QrCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function QrCode({ value }) {
colorLight: '#ffffff',
correctLevel: QRCode.CorrectLevel.H
})
console.log('二维码', qrcode, value)
// console.log('二维码', qrcode, value)
})
return () => {
if (qrcode) {
Expand Down

0 comments on commit 8dabd69

Please sign in to comment.