屏蔽部分菜单

This commit is contained in:
zhouxy 2026-05-07 11:08:29 +08:00
parent bc5c6ae13e
commit 1e60b9d6c5
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,7 @@ export const constantRoutes = [
icon: 'icon-menu-schedule' icon: 'icon-menu-schedule'
// roles: ['classify', 'classify-datasource', 'classify-tag', 'classify-quota'] // roles: ['classify', 'classify-datasource', 'classify-tag', 'classify-quota']
}, },
hidden: true,
children: [ children: [
{ {
path: 'summary', path: 'summary',
@ -289,6 +290,7 @@ export const constantRoutes = [
meta: { meta: {
title: '信用风险处置跟踪', icon: 'track', roles: ['track', 'track-dissent', 'track-dispose'] title: '信用风险处置跟踪', icon: 'track', roles: ['track', 'track-dissent', 'track-dispose']
}, },
hidden: true,
children: [ children: [
{ {
path: 'dispose', path: 'dispose',
@ -353,6 +355,7 @@ export const constantRoutes = [
title: '信用风险模型构建', title: '信用风险模型构建',
icon: 'track' icon: 'track'
}, },
hidden: true,
children: [ children: [
// { // {
// path: '/xinyongfengxianmoxinggoujian/xitongmoxingjichuxinxi', // path: '/xinyongfengxianmoxinggoujian/xitongmoxingjichuxinxi',
@ -441,6 +444,7 @@ export const constantRoutes = [
path: '/qiyehuoyuedu', path: '/qiyehuoyuedu',
component: Layout, component: Layout,
name: 'qiyehuoyuedu', name: 'qiyehuoyuedu',
hidden: true,
meta: { meta: {
title: '企业活跃度', title: '企业活跃度',
icon: 'track' icon: 'track'