From ebe31a83ee1c76bfc6546e8b60ae5cf90c554346 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期一, 29 五月 2023 01:05:32 +0800 Subject: [PATCH] 完成家根网详情页面样式 --- ruoyi-ui/src/router/index.js | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index f831d4d..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', @@ -209,7 +226,7 @@ path: 'cleanInfo/:id(\\d+)', component: () => import('@/views/clean/cleanInfo'), name: 'cleanInfo', - meta: { title: '瀹跺涵鏀舵敮鍙拌处鏌ヨ璇︽儏',activeMenu: '/familymodel/zfClean'} + meta: { title: '淇濇磥鏀剁撼鏌ヨ璇︽儏',activeMenu: '/familymodel/zfClean'} } ] }, @@ -313,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