延时跳转

This commit is contained in:
red-deng-deng 2022-01-22 17:23:40 +08:00
parent 185da609b5
commit 8ecdfa3841
1 changed files with 1 additions and 0 deletions

View File

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