聊天列表自动滚动

This commit is contained in:
cxc
2022-06-10 17:55:03 +08:00
parent 9cfd6df649
commit 569dc0c1ac
2 changed files with 32 additions and 4 deletions

View File

@ -68,6 +68,7 @@ router.beforeEach(async (to) => {
store.commit("setMessagesList", []);
}
store.commit("setJoinUser", {
meetingId: to.params.meetingId,
nickname: to.params.nickname,
username: to.params.username,
email: to.params.createEmail,