From adbcf8cae1885a88d68079ef6df085aa19c858de Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期四, 25 五月 2023 17:15:57 +0800 Subject: [PATCH] 新增婚姻、隐私模块 --- ruoyi-ui/src/router/index.js | 135 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 135 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index c5e21f4..d6089d5 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -179,6 +179,141 @@ } ] }, + //钘忓績瀵嗚 + { + 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', + 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', -- Gitblit v1.9.1