diff --git a/index.html b/index.html index aa71e5b..e03a802 100644 --- a/index.html +++ b/index.html @@ -174,6 +174,7 @@ alert('跳转链接'); setTimeout(() => { // window.location.replace("./homepage.html"); + window.location.href='./homepage.html' }, 3000); } else { self.maskshow = true;