src/router/index.js
@@ -60,6 +60,19 @@ ] }, { path: '/check-result/contract', component: Layout, hidden: true, children: [ { path: 'detail', name: 'check-result-contract', component: () => import('@/views/system/check-result/contract/detail'), meta: { title: '合同结果详情', activeMenu: '/system/check-result/contract' } } ] }, { path: '/register', component: () => import('@/views/register'), hidden: true