This commit is contained in:
cansnow
2026-01-11 15:48:41 +08:00
parent 2a0677014a
commit e39c06526d
6 changed files with 30 additions and 47 deletions
+1
View File
@@ -56,6 +56,7 @@ const actions = {
count: 500,
},
);
console.log(data);
commit("SET_CONVERSATION_LIST", [
...(isFirstPage ? [] : state.conversationList),
...data,