fuliqi
2024-04-24 14c7c489dccd062244410afd27c7235db3d27d63
src/router/index.js
@@ -72,19 +72,19 @@
      }
    ]
  },
  {
    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,