打开新窗口界面实现方法:

window.open("/path", '_blank'); 

router实现路由界面方法:

this.$router.push({
name: 'page',
query: { "param": param.value}
});                                       

posted on 2018-05-22 16:19  梦***裔  阅读(639)  评论(0编辑  收藏  举报