From f5b6a499edf484fd3a6c20b034631f9cd4e89db1 Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Thu, 12 Mar 2026 10:58:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E7=99=BB=E9=99=86toa?= =?UTF-8?q?st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/auth.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stores/auth.ts b/src/stores/auth.ts index 07af4b4..cd862e6 100644 --- a/src/stores/auth.ts +++ b/src/stores/auth.ts @@ -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无效');