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