测试。。。。请勿拉取更新

This commit is contained in:
ZJY 2021-09-02 09:34:24 +08:00
parent bee6812543
commit 9bd81e9eb1

View File

@ -88,17 +88,14 @@
case "授权登录未确认":
break;
case "登录":
hd.style.visibility = "hidden";
qrcode.src = success
clearInterval(timer)
setTimeout(() => {
window.location.href = "/admin"
}, 1000);
break;
case "成功":
hd.style.visibility = "hidden";
qrcode.src = success
clearInterval(timer)
setTimeout(() => {
window.location.href = "/admin"
}, 1000);
break;
default:
break;