mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
秘钥管理改造
This commit is contained in:
@@ -92,12 +92,20 @@ export const constantRoutes = [
|
||||
path: '/isv',
|
||||
component: Layout,
|
||||
meta: { title: 'ISV管理', icon: 'user' },
|
||||
redirect: '/isv/list',
|
||||
children: [
|
||||
{
|
||||
path: 'list',
|
||||
name: 'IsvList',
|
||||
component: () => import('@/views/isv/index'),
|
||||
meta: { title: 'ISV列表' }
|
||||
},
|
||||
{
|
||||
path: 'keys',
|
||||
name: 'Keys',
|
||||
component: () => import('@/views/isv/keys'),
|
||||
hidden: true,
|
||||
meta: { title: '秘钥管理' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user