改进 错误使用 console.log 弹出
This commit is contained in:
parent
1826dab66b
commit
74a35b1f11
@ -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(() => {
|
||||||
// 跳转到 /
|
// 跳转到 /
|
||||||
|
Loading…
Reference in New Issue
Block a user