let that = this;
let jump_url = that.$router.resolve({path: "/diagram/id/" + that.$route.params.id,});
window.open(jump_url.href)
let that = this;
let jump_url = that.$router.resolve({path: "/diagram/id/" + that.$route.params.id,});
window.open(jump_url.href)
本文标题:vue新窗口打开页面,window.open
本文链接:https://www.haomeiwen.com/subject/dugkjrtx.html
网友评论