CALL-test

This commit is contained in:
2022-02-17 17:46:24 +08:00
parent 8d7f248d9b
commit 0c817607d8
2 changed files with 15 additions and 16 deletions

View File

@@ -18,7 +18,9 @@ const initIm = (KEY) => {
// 初始化的时候 自动链接
if (store.getters.getToken !== '') {
getImToken().then(res => {
connect(res.token, res.userInfo, () => {})
connect(res.token, res.userInfo, (res) => {
console.log('IM.CONNECT', res);
})
})
}
}