11
This commit is contained in:
@@ -49,10 +49,11 @@ export const useUserStore = defineStore('user', {
|
||||
},
|
||||
|
||||
// 退出登录:清空用户状态
|
||||
clearUserInfo() {
|
||||
offOnline() {
|
||||
this.token = '',
|
||||
this.refToken='',
|
||||
this.sid=''
|
||||
this.sid='',
|
||||
this.userId = ''
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user