提交 884e6d2d 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Update chat.vue

上级 89f39862
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
setTimeout(() => { setTimeout(() => {
this.$refs["chat-input"]?.focus() this.$refs["chat-input"]?.focus()
}, 100) }, 100)
} }else{
const {is_temp,friend_uid} = this.conversation const {is_temp,friend_uid} = this.conversation
if(is_temp && friend_uid){ if(is_temp && friend_uid){
// 为了避免在web端刷新页面之后,本地单聊临时会话丢失,将地址栏中的会话id参数替换为好友的uid,以此来确保在刷新页面之后,本地能够再次创建临时会话。 // 为了避免在web端刷新页面之后,本地单聊临时会话丢失,将地址栏中的会话id参数替换为好友的uid,以此来确保在刷新页面之后,本地能够再次创建临时会话。
...@@ -424,6 +424,7 @@ ...@@ -424,6 +424,7 @@
} }
history.replaceState(null, '', `/#/${path}?${paramSrt}`) history.replaceState(null, '', `/#/${path}?${paramSrt}`)
} }
}
// #endif // #endif
}, },
onclickMsgList(){ onclickMsgList(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册