排行榜

This commit is contained in:
lmj
2022-06-09 17:52:34 +08:00
parent 84b81a8059
commit 3fe52e4823
2 changed files with 4 additions and 2 deletions

View File

@@ -614,6 +614,7 @@ export default {
},
jumpRouter(item) {
// console.log(item)
this.$router.push(`/case/detail?id=${item.id}`);
}
}