wxlogin.react

0.1.0 • Public • Published

智课微信登陆组件

使用方法:

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',
  }}
>

Readme

Keywords

none

Package Sidebar

Install

npm i wxlogin.react

Weekly Downloads

2

Version

0.1.0

License

ISC

Unpacked Size

9.04 kB

Total Files

5

Last publish

Collaborators

  • roughwin