From 306eb5f035302baef95995437e2dc735110b6536 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 二月 2023 17:38:37 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/components/qrcode/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/qrcode/index.jsx b/src/components/qrcode/index.jsx index 0fbc0cc..7fdc4fa 100644 --- a/src/components/qrcode/index.jsx +++ b/src/components/qrcode/index.jsx @@ -5,7 +5,7 @@ import './index.scss' -class BarCode extends Component { +class MkQrCode extends Component { static propTpyes = { card: PropTypes.object, // 鏉$爜璁剧疆 value: PropTypes.any, // 鏉$爜鍊� @@ -55,4 +55,4 @@ } } -export default BarCode \ No newline at end of file +export default MkQrCode \ No newline at end of file -- Gitblit v1.8.0