From 18df10c7af31b002867eed1169367e3cde4da87d Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Mon, 3 Nov 2025 18:34:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(authenticate):=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E7=99=BB=E5=BD=95=E6=88=90=E5=8A=9F=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/authenticate.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/user/authenticate.vue b/pages/user/authenticate.vue index d5dab1a..8a4ce12 100644 --- a/pages/user/authenticate.vue +++ b/pages/user/authenticate.vue @@ -341,12 +341,12 @@ onMounted(() => { .updateProfile() .then(() => { loginState.checkSession() - toast.add({ - title: '登录成功', - description: `合作渠道认证成功`, - color: 'primary', - icon: 'i-tabler-login-2', - }) + // toast.add({ + // title: '登录成功', + // description: `合作渠道认证成功`, + // color: 'primary', + // icon: 'i-tabler-login-2', + // }) router.replace('/') }) .catch((err) => {