vue项目页面跳转的常用方法
1:router-link 跳转
2:this.$router.push()
3:this.$router.replace()
4:this.$router.go(n)
5:window.location.href = urlss;
1 和 5 可以跳到第三方网页
0顶
0 踩
共 0 条评论