From 5c65abf0df7ec60e97438245a6b930f919c532dc Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期五, 07 四月 2023 13:55:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
ruoyi-ui/src/router/index.js | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 953febd..dcfd368 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -132,7 +132,7 @@
path: '/family1/bignote',
component: Layout,
// permissions: [],
- permissions: ['family1:bignote:list'],
+ permissions: ['family1:bignote:list'],
hidden: true,
children: [
{
@@ -143,6 +143,24 @@
}
]
},
+
+ //缂栬緫涓汉淇℃伅
+ {
+ path: '/self/user',
+ component: Layout,
+ permissions: ['self:self:list'],
+
+ hidden: true,
+ children: [
+ {
+ path: 'edit/:id(\\d+)',
+ component: () => import('@/views/self/edit'),
+ name: 'edit',
+ meta: { title: '缂栬緫'}
+ }
+ ]
+ },
+
{
path: '/system/role-auth',
component: Layout,
--
Gitblit v1.9.1