From 65e70e110953f1ec8c096ee5baf0b52a2fcd9156 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期日, 11 六月 2023 21:32:18 +0800
Subject: [PATCH] 收藏与荣誉、家庭小医生、通讯录点击电子文件的图标可进入可看详情页面

---
 ruoyi-ui/src/router/index.js |  144 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 140 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index c5e21f4..4acd499 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -124,7 +124,7 @@
         path: 'propertyInfo/:id(\\d+)',
         component: () => import('@/views/note/propertyInfo'),
         name: 'propertyInfo',
-        meta: { title: '瀹跺涵璧勪骇鏌ヨ璇︽儏', activeMenu: '/familymodel/zfProperty' }
+        meta: { title: '瀹跺涵璧勪骇璇︾粏淇℃伅', activeMenu: '/familymodel/zfProperty' }
       }
     ]
   },
@@ -141,7 +141,7 @@
         path: 'familyeventInfo/:id(\\d+)',
         component: () => import('@/views/bignote/familyeventInfo'),
         name: 'familyeventInfo',
-        meta: { title: '瀹跺ぇ浜嬭鏌ヨ璇︽儏',activeMenu: '/familymodel/zfEvent'}
+        meta: { title: '瀹跺ぇ浜嬭璇︾粏淇℃伅',activeMenu: '/familymodel/zfEvent'}
       }
     ]
   },
@@ -158,7 +158,7 @@
           path: 'contactsInfo/:id(\\d+)',
           component: () => import('@/views/contacts/contactsInfo'),
           name: 'contactsInfo',
-          meta: { title: '閫氳褰曟煡璇㈣鎯�',activeMenu: '/familymodel/zfContact'}
+          meta: { title: '閫氳褰曡缁嗕俊鎭�',activeMenu: '/familymodel/zfContact'}
         }
       ]
     },
@@ -175,10 +175,128 @@
         path: 'equipmentInfo/:id(\\d+)',
         component: () => import('@/views/device/equipmentInfo'),
         name: 'equipmentInfo',
-        meta: { title: '瀹跺涵璁惧鏌ヨ璇︽儏',activeMenu: '/familymodel/zfDevice'}
+        meta: { title: '瀹跺涵璁惧璇︾粏淇℃伅',activeMenu: '/familymodel/zfDevice'}
       }
     ]
   },
+  //瀹跺涵鏀舵敮鍙拌处
+  {
+    path: '/familymodel/economy',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:economy:info'],
+
+    children: [
+      {
+        path: 'economyInfo/:id(\\d+)',
+        component: () => import('@/views/economy/economyInfo'),
+        name: 'economyInfo',
+        meta: { title: '瀹跺涵鏀舵敮鍙拌处璇︾粏淇℃伅',activeMenu: '/familymodel/zfEconomy'}
+      }
+    ]
+  },
+//淇濇磥鏀剁撼
+  {
+    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',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:collection:info'],
+
+    children: [
+      {
+        path: 'collectionInfo/:id(\\d+)',
+        component: () => import('@/views/collection/collectionInfo'),
+        name: 'collectionInfo',
+        meta: { title: '鏀惰棌涓庤崳瑾夎缁嗕俊鎭�',activeMenu: '/familymodel/zfCollection'}
+      }
+    ]
+  },
+
+  //榄呭疇璇︽儏
+  {
+    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',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['familymodel:doctor:info'],
+    children: [
+      {
+        path: 'doctorInfo/:id(\\d+)',
+        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'}
+      }
+    ]
+  },
+
   //缂栬緫涓汉淇℃伅
   {
     path: '/self/self',
@@ -196,6 +314,24 @@
     ]
   },
 
+  //鐧惧勾蹇冩効
+  {
+    path: '/self/wish',
+    component: Layout,
+    // permissions: [],
+    hidden: true,
+    permissions: ['self:wish:info'],
+
+    children: [
+      {
+        path: 'wishInfo/:id(\\d+)',
+        component: () => import('@/views/wish/wishInfo'),
+        name: 'wishInfo',
+        meta: { title: '鐧惧勾蹇冩効璇︾粏淇℃伅',activeMenu: '/self/zIdea'}
+      }
+    ]
+  },
+
   {
     path: '/system/role-auth',
     component: Layout,

--
Gitblit v1.9.1