更新 js/login1.js

This commit is contained in:
2025-08-20 10:59:24 +08:00
parent c4db92ee35
commit 48b8bb6b82

View File

@@ -65,7 +65,7 @@ window.addEventListener("load", function () {
setInterval(function () {
if (time3 == 0) {
alert("登陆成功,点击确定即可进入页面");
window.location.href = "https://www.youdu.love/";
window.location.href = "https://youdu.xin";
}
sub.value = "您将会在" + time3 + "秒种之后跳转到首页";
time3--;