在layui中,可以使用window.location.href
来实现页面跳转。例如:
window.location.href = 'http://www.example.com';
另外,layui还提供了一个快捷方法layui.router()
来实现页面跳转,例如:
layui.router().redirect({ url: 'http://www.example.com' });
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: Layui中layer.alert的用法是什么