Commit 00411552 by qlintonger xeno

通话数据问题准备修复+7

parent 19008fed
...@@ -129,6 +129,7 @@ const showDetails = async (channelId: string) => { ...@@ -129,6 +129,7 @@ const showDetails = async (channelId: string) => {
projectName: 'mu', projectName: 'mu',
channelId channelId
} }
// @ts-ignore
const res = await alova.Post<any>('/call/getChatRoomMsgList', params, { meta: { loading: true } }) const res = await alova.Post<any>('/call/getChatRoomMsgList', params, { meta: { loading: true } })
if (res.code == 200) { if (res.code == 200) {
console.log(res.data) console.log(res.data)
......
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 to comment