简介: 一个使用了dva、ant-design和react等其他包的管理后台脚手架
1、react
2、dva
3、ant-Design
1、git clone https://github.com/zhengxiuming/dva-react-ant--admin.git
2、npm install 或 yarn install
3、npm start
npm build
1、fetch本身是接受不到cookie,需要在请求的时候加上 'credentials': 'include'
2、model里的state必须初始化一下我们获取到的数据类型,否则在渲染页面会属性为'undefined'