jcdm-ui/src/router/index.js
@@ -218,6 +218,20 @@ } ] }, { path: '/main/orderScheduling-data', component: Layout, hidden: true, permissions: ['bs:workReport:list'], children: [ { path: 'index', component: () => import('@/views/main/bs/orderScheduling/index'), name: 'Data', meta: { title: '报工记录表', activeMenu: '/main/bs/orderScheduling' } } ] }, ] // 防止连续点击多次路由报错