dispatch(…).then is not a function
注意看model层的effect层和reducer是否写对?之前的项目错误原因:编辑和删除没有到effect文件中。
2020-9-9号dispatch(...).then is not a function的解决方法
export default {
effect: {
{} //接口请求
},
reducer: {}
}

相关文章:

  • 2021-05-23
  • 2022-01-15
  • 2021-10-04
  • 2022-12-23
  • 2021-11-07
  • 2021-07-10
  • 2021-08-23
  • 2021-11-20
猜你喜欢
  • 2021-12-14
  • 2021-08-08
  • 2021-07-28
  • 2021-09-29
  • 2022-02-21
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案