From b250c7fba2c7846a6bac2a011f7629c801d1a0c3 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期一, 23 十月 2023 11:21:24 +0800 Subject: [PATCH] 1023 健康模块更改 --- ruoyi-ui/src/router/index.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 2006cca..6c799a7 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -577,7 +577,7 @@ path: 'healthyInfo/:id(\\d+)', component: () => import('@/views/healthy/healthyInfo'), name: 'healthyInfo', - meta: { title: '鍋ュ悍淇濆仴璇︽儏',activeMenu: '/self/zYear'} + meta: { title: '浣撴鐪嬬梾璇︽儏',activeMenu: '/self/zYear'} } ] }, @@ -586,11 +586,10 @@ path: '/self/healthy', component: Layout, permissions: ['person:healthy:healthYear'], - hidden: true, children: [ { - path: 'healthYear/:id(\\d+)', + path: 'healthYear', component: () => import('@/views/healthy/healthYear'), name: 'healthYear', meta: { title: '骞村害鍋ュ悍鎶ュ憡'} -- Gitblit v1.9.1