hdy
2024-11-27 c5f52fdfb3b6447a1f4f5f00f362e9654d70dfcc
billion-ui/src/router/index.js
@@ -135,6 +135,34 @@
    ]
  },
  {
    path: '/main/route-data',
    component: Layout,
    hidden: true,
    permissions: ['bs:routeChildInfo:list'],
    children: [
      {
        path: 'index',
        component: () => import('@/views/main/bs/routeChildInfo/index'),
        name: 'Data',
        meta: { title: '工艺路线详情', activeMenu: '/main/bs/routeChildInfo' }
      }
    ]
  },
  {
    path: '/main/bom-data',
    component: Layout,
    hidden: true,
    permissions: ['bs:bomChildInfo:list'],
    children: [
      {
        path: 'index',
        component: () => import('@/views/main/bs/bomChildInfo/index'),
        name: 'Data',
        meta: { title: 'BOM子件信息', activeMenu: '/main/bs/bomChildInfo' }
      }
    ]
  },
  {
    path: '/monitor/job-log',
    component: Layout,
    hidden: true,