refactor(authenticate): 注释掉登录成功的提示信息
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user