From 74a35b1f112f5180d96ee5b7675cb968f2ec0a57 Mon Sep 17 00:00:00 2001 From: ivamp Date: Tue, 15 Oct 2024 00:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20console.log=20=E5=BC=B9=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/callback.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/auth/callback.vue b/src/pages/auth/callback.vue index 29aa2a1..c5e1282 100644 --- a/src/pages/auth/callback.vue +++ b/src/pages/auth/callback.vue @@ -52,8 +52,9 @@ axios.get(config.oauth_discovery_url).then((discovery) => { ); }) .catch((e) => { - console.log(e); - alert("登录失败"); + console.error(e); + + // alert("登录失败"); }) .finally(() => { // 跳转到 /