添加了退出登录

This commit is contained in:
2020-08-22 16:58:18 +08:00
parent fc4c187702
commit 9361f5bffe
3 changed files with 17 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ export default {
// 退出登陆
loginout(){
uni.clearStorage();
this.imService.disconnect()
this.$refs.uToast.show({
title: "退出登陆成功!",
type: 'success'