二维码复制

This commit is contained in:
zhaofang
2022-06-15 15:10:33 +08:00
parent af9be97044
commit f6e98a1375
2 changed files with 8 additions and 3 deletions

View File

@@ -351,7 +351,7 @@ export default {
};
},
viewTopic(data) {
window.open(this.webBaseUrl+'/case/detail?id='+data.id, '_blank');
this.$router.push({path:'/case/detail',query:{id:data.id}})
}
}
};