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