antd-pro-biz
v0.4.1
Published
antd pro biz
Downloads
36
Readme
antd-pro-biz
🐜 ant design biz is an advance biz components library.
Usage
npm install --save antd-pro-biz antd-pro-toolkit
import { AddressSelector } from 'antd-pro-biz';
Components
- [x] AddressSelector
token
Some story need to comunicate with server to fetch data, and need to login first, so you need to create a token file(token.js
) like below, otherwise you will get some error.
import Des from './utils/des';
export const username = "user"
export const password = Des.enc("*******")