feat: 删除登陆toast

This commit is contained in:
肖应宇 2026-03-12 10:58:32 +08:00
parent bdba44c0a1
commit f5b6a499ed
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ export const useAuthStore = defineStore('auth', () => {
if (data.success && data.data) {
window.$toast?.(`登录成功, 欢迎 ${data.data.nickname || data.data.username}`, 'success');
return data.data;
}else{
window.$toast?.('[Auth] Token 验证失败:Token无效');