From 315b5eb9a71d3b6ee8a96bd9153c469c2b6cccaf Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 05 六月 2023 19:23:15 +0800
Subject: [PATCH] 1.将收藏荣誉、荣誉证书中的时间字段变成了可选项 2.成长经历阅历主要经历变成长文本框,新增按钮接入蓝湖样式,点击保存之后可以自动刷新
---
ruoyi-ui/src/router/index.js | 64 ++++++++++++++++++++++++++++++++
1 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 1bd5168..1e976c2 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',
@@ -313,7 +330,54 @@
}
]
},
+//璇佷功銆佽祫璐�
+ {
+ 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: '/self/travel',
+ component: Layout,
+ permissions: ['person:travel:edit'],
+
+ hidden: true,
+ children: [
+ {
+ path: 'edit/:id(\\d+)',
+ component: () => import('@/views/travel/edit'),
+ name: 'edit',
+ meta: { title: '缂栬緫'}
+ }
+ ]
+ },
+ //鏌ョ湅鏃呮父璇︽儏
+ {
+ path: '/self/travel',
+ component: Layout,
+ permissions: ['person:travel:info'],
+
+ hidden: true,
+ children: [
+ {
+ path: 'show/:id(\\d+)',
+ component: () => import('@/views/travel/Info'),
+ name: 'show',
+ meta: { title: '鏌ョ湅璇︽儏'}
+ }
+ ]
+ },
{
path: '/system/role-auth',
component: Layout,
--
Gitblit v1.9.1