Commit 9e5832f9 by Sixong.Zhu

msg

parent d0a1061c
Showing with 1 additions and 1 deletions
...@@ -500,7 +500,7 @@ export default { ...@@ -500,7 +500,7 @@ export default {
ChatStore.MUTATION_SAVE_SEND_FAIL_MESSAGE, ChatStore.MUTATION_SAVE_SEND_FAIL_MESSAGE,
JSON.stringify(params) JSON.stringify(params)
); );
console.error("testing 信息发送失败", error); return Promise.reject(error);
} }
}, },
async [ChatStore.ACTION_GET_FRESH_MESSAGE]({ async [ChatStore.ACTION_GET_FRESH_MESSAGE]({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment