Vue路由跳转新窗口打开
let Logistics= this.$router.resolve({path:'/Logistics',query:{Amount:10}})window.open(Logistics.hr...
·
let Logistics= this.$router.resolve({
path:'/Logistics',
query:{
Amount:10
}
})
window.open(Logistics.href, '_blank','toolbar=yes, width=1300, height=900');
//打开的窗口可以设置大小和工具
更多推荐
已为社区贡献6条内容
所有评论(0)