diff --git a/src/router/index.js b/src/router/index.js index 61ddcb5..69bdc28 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'