feat: 轮询查询未读消息

This commit is contained in:
rd
2025-07-18 17:10:12 +08:00
parent 5063cd50f8
commit 4ef74174ca
6 changed files with 81 additions and 26 deletions

View File

@ -47,7 +47,7 @@ export const useUserStore = defineStore('user', {
slsWithCatch('accessToken', this.token);
},
deleteToken() {
clearToken() {
this.token = '';
rlsWithCatch('accessToken');
},