1、使用 location.href:window.location.href =“https://www.baidu/”

2、使用location.replace:window.location.replace(" https://www.baidu/;");

路径可以改成自己要跳转的页面。
 

更多推荐

Java -JS中如何将页面重定向到另一个页面