延时跳转
This commit is contained in:
parent
185da609b5
commit
8ecdfa3841
|
@ -174,6 +174,7 @@
|
|||
alert('跳转链接');
|
||||
setTimeout(() => {
|
||||
// window.location.replace("./homepage.html");
|
||||
window.location.href='./homepage.html'
|
||||
}, 3000);
|
||||
} else {
|
||||
self.maskshow = true;
|
||||
|
|
Loading…
Reference in New Issue