改进 错误使用 console.log 弹出

This commit is contained in:
ivamp 2024-10-15 00:02:03 +08:00
parent 1826dab66b
commit 74a35b1f11

View File

@ -52,8 +52,9 @@ axios.get(config.oauth_discovery_url).then((discovery) => {
); );
}) })
.catch((e) => { .catch((e) => {
console.log(e); console.error(e);
alert("登录失败");
// alert("");
}) })
.finally(() => { .finally(() => {
// / // /