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() .updateProfile()
.then(() => { .then(() => {
loginState.checkSession() loginState.checkSession()
toast.add({ // toast.add({
title: '登录成功', // title: '登录成功',
description: `合作渠道认证成功`, // description: `合作渠道认证成功`,
color: 'primary', // color: 'primary',
icon: 'i-tabler-login-2', // icon: 'i-tabler-login-2',
}) // })
router.replace('/') router.replace('/')
}) })
.catch((err) => { .catch((err) => {