码迷,mamicode.com
首页 > 其他好文 > 详细

vue-router新窗口打开页面

时间:2020-06-24 12:28:26      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:nts   stat   cti   student   targe   实现   params   route   data   

1、标签实现新窗口打开
<router-link target="_blank" :to="{path:‘/home‘,query:{id:‘1‘}}">新页面打开home页</router-link>
2、编程式导航:

const {href} = this.$router.resolve({
    name: "statistics-explain",
    params: {
        classID: id,
        examSubjectID: this.planClassData.examSubjectID,
        studentStatus: 0
    }
});
window.open(href, ‘_blank‘);

vue-router新窗口打开页面

标签:nts   stat   cti   student   targe   实现   params   route   data   

原文地址:https://www.cnblogs.com/monkeySoft/p/13186567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!