refactor(authenticate): 注释掉登录成功的提示信息

This commit is contained in:
2025-11-03 18:34:09 +08:00
parent a821157453
commit 18df10c7af

View File

@@ -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) => {