客服增加历史记录、路由跳转

This commit is contained in:
unknown
2022-06-09 19:45:31 +08:00
parent e918e466c0
commit 195d51b43b
17 changed files with 603 additions and 232 deletions

View File

@ -134,7 +134,7 @@ class manager extends PureComponent {
}
initChatUI = () => {
//智慧客服
if(this.state.isCloseWs){
if(this.state.isCloseWs && window.isCloseChatUIModal==undefined){ //弹窗主动关闭或者页面刷新
this.setState({optionsModal: true})
}else{
this.setState({isModalVisible: true})