遇到的问题
http://localhost:8088/user/current-conversation/GROUP@TGS#15S477ZGI
【GROUP@TGS#15S477ZGI】是群组会话ID,但是这个会话ID里面有#,#是url的特殊字符表示锚点,导致在详情页里面取到的会话ID没有#后面的部分
解决方法:
this.props.history.push(`/user/current-conversation/$
{encodeURIComponent(encodeURIComponent(conversation.conversationID))}
`);
两次encodeURIComponent
在详情页里面两次decodeURIComponent
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。