test

博客园 首页 新随笔 联系 订阅 管理

2021年5月28日 #

摘要: react报错: dispatch is not a function,需要在类前添加@connect(() => ({})) import {connect} from 'dva' @connect(({ testHome }) => ({ testHome})) class Methods ex 阅读全文
posted @ 2021-05-28 13:10 testgogogo 阅读(539) 评论(0) 推荐(0) 编辑