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

Vue 路由新开页跳转

时间:2020-07-21 21:33:09      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:asc   href   跳转   open   type   let   script   highlight   check   


            chenkHandle(row){
                //原页打开
                // this.$router.push({path:‘/duocai/detail‘,query:{ checkType:row.id,role:"manger"}});
                //新开页
                let newUrl = this.$router.resolve({path:‘/duocai/detail‘,query{checkType:row.id,role:"manger"}});
                window.open(newUrl.href, "_blank");
            },
            

  

Vue 路由新开页跳转

标签:asc   href   跳转   open   type   let   script   highlight   check   

原文地址:https://www.cnblogs.com/swt-axios/p/13355287.html

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