恢复视频的发布
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
},
|
||||
|
||||
deleteConversation(conversationID){
|
||||
IMSDK.asyncApi(IMSDK.IMMethods.DeleteConversationAndDeleteAllMsg, IMSDK.uuid(), conversationID).then(res=>{
|
||||
this.$store.dispatch('conversation/deleteConversation',conversationID).then(res=>{
|
||||
console.log('删除成功');
|
||||
}).catch(e=>{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user