提交 e37d9dd5 编写于 作者: xinglee23's avatar xinglee23

fix: add url groupId

上级 0bcf9aac
...@@ -1441,7 +1441,7 @@ export default { ...@@ -1441,7 +1441,7 @@ export default {
.then((res) => { .then((res) => {
if (res.code === '000000') { if (res.code === '000000') {
const { userId } = res.data; const { userId } = res.data;
url = `${origin}/new-pica-consultation?userId=${userId}`; url = `${origin}/new-pica-consultation?userId=${userId}&conversationID=GROUP${row.imTeamId}`;
target.setAttribute('href', url); target.setAttribute('href', url);
target.click(); target.click();
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册