From 65ef66fb1ea61a450cb75e206a3a4784794868e6 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期二, 30 五月 2023 22:45:06 +0800
Subject: [PATCH] 1.将通讯录的”成员姓名“改成”家人姓名“ 2.修改成长经历阅历几处新增的bug

---
 ruoyi-ui/src/router/index.js |   98 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index b92b663..1c99ad5 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -179,6 +179,23 @@
       }
     ]
   },
+  //钘忓績瀵嗚
+  {
+    path: '/self/secret',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['self:secret:info'],
+
+    children: [
+      {
+        path: 'secretInfo/:id(\\d+)',
+        component: () => import('@/views/secret/secretInfo'),
+        name: 'secretInfo',
+        meta: { title: '闅愮璇︽儏',activeMenu: '/self/zsecret'}
+      }
+    ]
+  },
   //瀹跺涵鏀舵敮鍙拌处
   {
     path: '/familymodel/economy',
@@ -196,7 +213,23 @@
       }
     ]
   },
+//淇濇磥鏀剁撼
+  {
+    path: '/familymodel/clean',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:clean:info'],
 
+    children: [
+      {
+        path: 'cleanInfo/:id(\\d+)',
+        component: () => import('@/views/clean/cleanInfo'),
+        name: 'cleanInfo',
+        meta: { title: '淇濇磥鏀剁撼鏌ヨ璇︽儏',activeMenu: '/familymodel/zfClean'}
+      }
+    ]
+  },
   //鏀惰棌鍜岃崳瑾�
   {
     path: '/familymodel/Collection',
@@ -214,6 +247,24 @@
       }
     ]
   },
+
+  //榄呭疇璇︽儏
+  {
+    path: '/familymodel/pet',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:pet:info'],
+
+    children: [
+      {
+        path: 'petInfo/:pid(\\d+)',
+        component: () => import('@/views/pet/petInfo'),
+        name: 'petInfo',
+        meta: { title: '澶囧繕褰�',activeMenu: '/familymodel/zfPetNote'}
+      }
+    ]
+  },
   //瀹跺涵灏忓尰鐢�
   {
     path: '/familymodel/Doctor',
@@ -227,6 +278,38 @@
         component: () => import('@/views/doctor/doctorInfo'),
         name: 'doctorInfo',
         meta: { title: '灏卞尰璁板綍鏌ヨ璇︽儏',activeMenu: '/familymodel/zfDoctor'}
+      }
+    ]
+  },
+ //涓汉淇℃伅灞曠ず
+  {
+    path: '/familymodel/jiagenwang',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:jiagenwang:info'],
+    children: [
+      {
+        path: 'personInfo/:id(\\d+)',
+        component: () => import('@/views/homeRoot/personInfo'),
+        name: 'personInfo',
+        meta: { title: '涓汉淇℃伅鏌ヨ璇︽儏',activeMenu: '/familymodel/jiagenwang'}
+      }
+    ]
+  },
+ //瀹惰氨涓汉淇℃伅灞曠ず
+  {
+    path: '/familymodel/jiagenwang',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:jiagenwang:getPInfo'],
+    children: [
+      {
+        path: 'getPInfo/:id(\\d+)',
+        component: () => import('@/views/genealogy/perInfo'),
+        name: 'perInfo',
+        meta: { title: '涓汉淇℃伅鏌ヨ璇︽儏',activeMenu: '/familymodel/jiagenwang'}
       }
     ]
   },
@@ -247,7 +330,22 @@
       }
     ]
   },
+//璇佷功銆佽祫璐�
+  {
+    path: '/self/honor',
+    component: Layout,
+    hidden: true,
+    permissions: ['self:honor:info'],
 
+    children: [
+      {
+        path: 'honorInfo/:id(\\d+)',
+        component: () => import('@/views/honor/honorInfo'),
+        name: 'honorInfo',
+        meta: { title: '鑽h獕璇佷功璇︽儏',activeMenu: '/self/zHonor'}
+      }
+    ]
+  },
   {
     path: '/system/role-auth',
     component: Layout,

--
Gitblit v1.9.1