斜阳暖青草
Results
1
comments of
斜阳暖青草
在Dashboard组件的 `componentDidMount() { if(!this.props.chatmsg.length) { this.props.dispatch(getMsgList()); this.props.dispatch(receiveMsg()); } }` 慕课网老师用这个来解决bug,但是我运行了他的代码,发现还是有这个问题啊