提交 adeb991a 编写于 作者: 张磊's avatar 张磊

Merge branch 'feat/zl' into 'develop'

save

See merge request com.pica.cloud.education.frontend/pica-admin-consultation!77
...@@ -189,8 +189,8 @@ export default { ...@@ -189,8 +189,8 @@ export default {
let url = `/im/team/call/direct/`; let url = `/im/team/call/direct/`;
let params = { let params = {
imAccId: data.accId, imAccId: data.accId,
// imTeamId: this.currentChat.tid, imTeamId: this.currentChat.tid,
// liveRoomId: this.roomId liveRoomId: this.roomId
}; };
this.POST(url, params).then((res) => { this.POST(url, params).then((res) => {
if (res.code === "000000") { if (res.code === "000000") {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册