Skip to content

Commit 4cbdfe4

Browse files
author
李阳
committed
test link2
1 parent 6e7c04f commit 4cbdfe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fixedfooter/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
/* Act on the event */
4343
var scheme = "pandatv://1";
4444
window.location.href = scheme;
45+
setTimeout(function(){
46+
47+
window.location.href = "https://www.baidu.com/";
48+
},500)
4549
});
4650
})
4751
</script>

0 commit comments

Comments
 (0)