链接登录退出

This commit is contained in:
2020-08-18 15:08:42 +08:00
parent 43e09e977d
commit cb95d1ead1
6 changed files with 46 additions and 59 deletions

View File

@@ -91,10 +91,6 @@
},
async loginOut() {
let im = this.imService
await im.disconnect()
im.lianjie = false
im = new IMService();
console.log(im.lianjie)
this.logout();
uni.redirectTo({
url: "../../pageA/login/login",