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: '运维数据',
}]
},
{
path: '/workorderAnalysis',
key: 'workorderAnalysis',
breadcrumb: '工单分析',
childRoutes: [{
path: '/workorderData',
key: 'workorderData',
component: WorkorderData,
breadcrumb: '工单数据',
}]
}
// {
// path: '/workorderAnalysis',
// key: 'workorderAnalysis',
// breadcrumb: '工单分析',
// childRoutes: [{
// path: '/workorderData',
// key: 'workorderData',
// component: WorkorderData,
// breadcrumb: '工单数据',
// }]
// }
]
}
}];
Loading…
Cancel
Save