intoDetail(row) { var routeData = this.$router.resolve({ path: ‘/detail/custDetail‘, query: {id:123} });window.open(routeData.href);},
vue 路由跳转
原文:https://www.cnblogs.com/weiqian/p/9037872.html