| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/contract/score', |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'index', |
| | | name: 'score', |
| | | component: () => import('@/views/system/score/default/index'), |
| | | meta: { title: '合同积分', activeMenu: '/system/score' } |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '/contract/score', |
| | | // component: Layout, |
| | | // hidden: true, |
| | | // children: [ |
| | | // { |
| | | // path: 'index', |
| | | // name: 'score', |
| | | // component: () => import('@/views/system/score/default/index'), |
| | | // meta: { title: '合同积分', activeMenu: '/system/score' } |
| | | // } |
| | | // ] |
| | | // }, |
| | | { |
| | | path: '/check-result/contract', |
| | | component: Layout, |