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 | 98 +++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 91 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index b92b663..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,7 +175,7 @@ path: 'equipmentInfo/:id(\\d+)', component: () => import('@/views/device/equipmentInfo'), name: 'equipmentInfo', - meta: { title: '瀹跺涵璁惧鏌ヨ璇︽儏',activeMenu: '/familymodel/zfDevice'} + meta: { title: '瀹跺涵璁惧璇︾粏淇℃伅',activeMenu: '/familymodel/zfDevice'} } ] }, @@ -192,11 +192,27 @@ path: 'economyInfo/:id(\\d+)', component: () => import('@/views/economy/economyInfo'), name: 'economyInfo', - meta: { title: '瀹跺涵鏀舵敮鍙拌处鏌ヨ璇︽儏',activeMenu: '/familymodel/zfEconomy'} + 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', @@ -210,7 +226,25 @@ path: 'collectionInfo/:id(\\d+)', component: () => import('@/views/collection/collectionInfo'), name: 'collectionInfo', - meta: { title: '鏀惰棌涓庤崳瑾夋煡璇㈣鎯�',activeMenu: '/familymodel/zfCollection'} + 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'} } ] }, @@ -226,7 +260,39 @@ path: 'doctorInfo/:id(\\d+)', component: () => import('@/views/doctor/doctorInfo'), name: 'doctorInfo', - meta: { title: '灏卞尰璁板綍鏌ヨ璇︽儏',activeMenu: '/familymodel/zfDoctor'} + 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'} } ] }, @@ -248,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