From 65ef66fb1ea61a450cb75e206a3a4784794868e6 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期二, 30 五月 2023 22:45:06 +0800
Subject: [PATCH] 1.将通讯录的”成员姓名“改成”家人姓名“ 2.修改成长经历阅历几处新增的bug

---
 ruoyi-ui/src/router/index.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index d6089d5..1c99ad5 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -330,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