let routeData = this.$router.resolve({
path: '/station/stationdetail_1',
query: {
id: row.id,
}});
window.open(routeData.href, '_blank');
let routeData = this.$router.resolve({
path: '/station/stationdetail_1',
query: {
id: row.id,
}});
window.open(routeData.href, '_blank');
本文标题:VueRouter跳转新窗口
本文链接:https://www.haomeiwen.com/subject/jmrouhtx.html
网友评论