wxlogin.react
v0.1.0
Published
React WxLogin
Downloads
9
Readme
智课微信登陆组件
使用方法:
import WxLogin from 'wxlogin.react';
<WxLogin
option={{
appid: 'wx05114bbd65818e30',
scope: 'snsapi_login',
state: 'smartstudy',
href: styleUrl,
userServiceAPI: 'https://api.smartstudy.com/usert/third/oauth?',
userServiceParams: {
source: 'crm2.smartstudy.tech',
from: 'pc',
group: 'B',
flag: 'signin',
type: 'weixin',
env: 'development',
accountId: undefined,
},
smartRedirect: window.location.host,
}}
style={{
width: '300px',
height: '400px',
}}
>