shingao


  • published 1.1.2 2 years ago
  • ##### 1. SDK实例化 - 代码示例 ``` javascript import { WXAppletClient } from 'ciam-miniapp-sdk'; const authSDK = new WXAppletClient({ clientId: 'your-cliendId', authSourceId: 'your-authSourceId', userDomain: 'your-userDomain', agreement

    published 1.1.0 2 years ago
  • - 引入SDK ``` npm install ciam-spa-sdk ``` - SDK实例化 <code>SpaClient</code>初始化至少需要传入<code>clientId</code>、<code>userDomain</code>、<code>redirectUri</code>。 ``` import {SpaClient} from 'ciam-spa-sdk';

    published 1.0.4 2 years ago
  • [产品快速入口](https://console.cloud.tencent.com/ciam)

    published 1.1.2 2 years ago
  • Node v10.0 以上 npm v6.0 以上

    published 1.6.4 8 months ago
  • ### 介绍 基于react-hook-form、tea-component组件库实现表单动态渲染,目前支持类型有: - text - textArea - number - radio - switch - array - object - checkbox - select - tagSelect - date - password - custom ### demo > 正则验证规则: isRequired、minLength、maxLength、pattern、validate依次进行校验

    published 1.4.2 10 months ago