在线工具集合
let routeUrl = this.$router.resolve({name: 'index-id', params: {id: 123} }); window.open(routeUrl.href, '_blank');
暂无评论