ruoyi-ui/src/views/peopleSearch/index.vue
@@ -477,7 +477,10 @@ // 查看详情 handleView(row) { var id = row.id this.$router.push("/familymodel/bignote/familyeventInfo/" + id); if(row.module=="事纪") this.$router.push("/familymodel/bignote/familyeventInfo/" + id); else if(row.module=="收藏") this.$router.push("/familymodel/collection/collectionInfo/" + id) }, // 编辑