netease-im/NIM_Web_Demo_H5

sendFileMsg 有个bug,发送文件会报错

hotspring-zwb opened this issue · 0 comments

// 发送文件消息
export function sendFileMsg ({state, commit}, obj) {。。。
下面有个fileInput is undefind
let { type} = obj 修改为 let { type,fileInput } = obj