From b37c004b2881e1d39b7ac3fa471ea421752c0906 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 15 八月 2023 02:39:07 +0800 Subject: [PATCH] 新增健康表 --- ruoyi-ui/src/router/index.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 1587aee..fddc8d5 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -510,6 +510,23 @@ } ] }, + //骞村害鍋ュ悍妫�鏌ユ姤鍛� + { + path: '/self/healthy', + component: Layout, + permissions: ['person:healthy:healthYear'], + + hidden: true, + children: [ + { + path: 'healthYear/:id(\\d+)', + component: () => import('@/views/healthy/healthYear'), + name: 'healthYear', + meta: { title: '骞村害鍋ュ悍鎶ュ憡'} + } + ] + }, + //钘忓績瀵嗚 { path: '/self/secret', -- Gitblit v1.9.1