ZhangXianQiang
2024-03-29 8513bbe37348afba3746a355c9c4ce7c86c0a57c
src/router/index.js
@@ -73,6 +73,32 @@
    ]
  },
  {
    path: '/check-result/city',
    component: Layout,
    hidden: true,
    children: [
      {
        path: 'detail',
        name: 'check-result-city',
        component: () => import('@/views/system/check-result/city/detail'),
        meta: { title: '市局考核结果详情', activeMenu: '/system/check-result/city' }
      }
    ]
  },
  {
    path: '/check-result/province',
    component: Layout,
    hidden: true,
    children: [
      {
        path: 'detail',
        name: 'check-result-province',
        component: () => import('@/views/system/check-result/province/detail'),
        meta: { title: '省厅考核结果详情', activeMenu: '/system/check-result/province' }
      }
    ]
  },
  {
    path: '/register',
    component: () => import('@/views/register'),
    hidden: true