屏蔽部分菜单
This commit is contained in:
parent
bc5c6ae13e
commit
1e60b9d6c5
|
|
@ -96,6 +96,7 @@ export const constantRoutes = [
|
|||
icon: 'icon-menu-schedule'
|
||||
// roles: ['classify', 'classify-datasource', 'classify-tag', 'classify-quota']
|
||||
},
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'summary',
|
||||
|
|
@ -289,6 +290,7 @@ export const constantRoutes = [
|
|||
meta: {
|
||||
title: '信用风险处置跟踪', icon: 'track', roles: ['track', 'track-dissent', 'track-dispose']
|
||||
},
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'dispose',
|
||||
|
|
@ -353,6 +355,7 @@ export const constantRoutes = [
|
|||
title: '信用风险模型构建',
|
||||
icon: 'track'
|
||||
},
|
||||
hidden: true,
|
||||
children: [
|
||||
// {
|
||||
// path: '/xinyongfengxianmoxinggoujian/xitongmoxingjichuxinxi',
|
||||
|
|
@ -441,6 +444,7 @@ export const constantRoutes = [
|
|||
path: '/qiyehuoyuedu',
|
||||
component: Layout,
|
||||
name: 'qiyehuoyuedu',
|
||||
hidden: true,
|
||||
meta: {
|
||||
title: '企业活跃度',
|
||||
icon: 'track'
|
||||
|
|
|
|||
Loading…
Reference in New Issue