安装依赖
npm install qrcode.react --save
使用
import QRCode from 'qrcode.react';
<QRCode
value={} // value参数为生成二维码的链接 size={150} // 二维码的宽高尺寸 fgColor="#000000" // 二维码的颜色 imageSettings={{ //二维码中设置图片 src:require('../../Home/images/codelogo.png'),
height:35,
width:40,
excavate:false
}}
/>