Browse Source

隐藏工单分析

dev
巴林闲侠 2 years ago
parent
commit
f2ed4ff196
  1. 22
      web/client/src/sections/analysis/routes.js

22
web/client/src/sections/analysis/routes.js

@ -29,17 +29,17 @@ export default [{
breadcrumb: '运维数据', breadcrumb: '运维数据',
}] }]
}, },
{ // {
path: '/workorderAnalysis', // path: '/workorderAnalysis',
key: 'workorderAnalysis', // key: 'workorderAnalysis',
breadcrumb: '工单分析', // breadcrumb: '工单分析',
childRoutes: [{ // childRoutes: [{
path: '/workorderData', // path: '/workorderData',
key: 'workorderData', // key: 'workorderData',
component: WorkorderData, // component: WorkorderData,
breadcrumb: '工单数据', // breadcrumb: '工单数据',
}] // }]
} // }
] ]
} }
}]; }];
Loading…
Cancel
Save