qinyuyue 1 сар өмнө
parent
commit
4d028f5a0c

+ 0 - 3
src/pages/chat/group-chat.vue

@@ -132,9 +132,6 @@ const getChatList = async (type = 'init') => {
 
   }
 }
-const handleChatList = (list = []) => {
-  return (list ?? []).filter(o => isValidJson(o.messageContent)).map(o => JSON.parse(o.messageContent));
-}
 
 // 发送文本消息
 const sendTextMessage = async (text) => {