比如在组件中调用 model改变状态是 this.props.dispatch({ type: 'namespace/effects',})但是在model文件中 比如 one.js 和 two.js 我想在two.js 的effects 去出发one.js中状态改变, 如何调用呢? 查看完整描述