From fddb2ae65c56b4b094b2a37216b886d5d5b8ddf1 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 23 十月 2023 17:09:19 +0800
Subject: [PATCH] 图片可以展示

---
 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