|
@@ -167,7 +167,12 @@ export default [
|
|
|
{ path: '', name: 'buildData', component: buildData },
|
|
|
{ path: 'data', name: 'buildData', component: buildData },
|
|
|
{ path: 'plan', name: 'buildGraphy', component: buildGraphy },
|
|
|
- { path: 'abnormalprop', name: 'buildAssets', component: buildAssets },
|
|
|
+ {
|
|
|
+ path: 'abnormalprop',
|
|
|
+ name: 'buildAssets',
|
|
|
+ component: buildAssets,
|
|
|
+ meta: { keepAlive: false, breadcrumbs: [{ label: '扫楼作业' }, { label: '异常资产清单' }] }
|
|
|
+ },
|
|
|
{
|
|
|
path: 'log',
|
|
|
name: 'buildLog',
|