From f6ba10af9f368f251de29e77ba88d5ad33bc31d6 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 13 一月 2026 14:54:37 +0800
Subject: [PATCH] 修改了代码

---
 ruoyi-ui/src/views/peopleSearch/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/peopleSearch/index.vue b/ruoyi-ui/src/views/peopleSearch/index.vue
index c944621..c2ab71f 100644
--- a/ruoyi-ui/src/views/peopleSearch/index.vue
+++ b/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)
       },
 
       // 缂栬緫

--
Gitblit v1.9.1