admin
2024-11-26 f6290cf3aa9794fea7edb882ca034063c5afb919
billion-ui/src/router/index.js
@@ -135,6 +135,20 @@
    ]
  },
  {
    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: '/monitor/job-log',
    component: Layout,
    hidden: true,