yezihaohao / react-admin

:sparkles: react-admin system solution : react 后台管理系统解决方案
https://admiring-dijkstra-34cb29.netlify.com/
MIT License
6.64k stars 1.87k forks source link

componentDidMount下怎么获取redux 值? #75

Closed hypo1986 closed 5 years ago

hypo1986 commented 5 years ago

在componentDidMount()下和 在axios 下好像都获取不到 redux里的 auth 值?有啥 办法吗

yezihaohao commented 5 years ago

didUpdate或者render等其他可更新生命周期函数获取,看下react文档