Commit 85bc91e0 by zhangleyuan

feat:修改二维码上的logo的显示

parent e4f7ba68
...@@ -37,7 +37,7 @@ export default function WechatLogin(props: any) { ...@@ -37,7 +37,7 @@ export default function WechatLogin(props: any) {
text: redirect, text: redirect,
correctLevel: 2, correctLevel: 2,
size: 160, size: 160,
image: Logo, image: 'https://image.xiaomaiketang.com/xm/c4KiP2epBP.png',
imageSize: 50 imageSize: 50
}); });
qrcodeWrapDom.innerHTML = ''; qrcodeWrapDom.innerHTML = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment