From 8be34111083683b772ad9d4c38fb10b4c47855f0 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 06 六月 2023 21:02:49 +0800 Subject: [PATCH] 新增百年心愿 --- ruoyi-ui/src/views/genealogy/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue index 8100cc2..eb291bd 100644 --- a/ruoyi-ui/src/views/genealogy/index.vue +++ b/ruoyi-ui/src/views/genealogy/index.vue @@ -638,7 +638,7 @@ handleCheck(row){ const id = row.userId; alert(id) - this.$router.push("/familymodel/jiagenwang/getPInfo/" + id); + this.$router.push("/familymodel/jiagenwang/personInfo/" + id); }, -- Gitblit v1.9.1