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