|
@@ -1,9 +1,10 @@
|
|
|
// === 隐患排查治理 ===
|
|
// === 隐患排查治理 ===
|
|
|
- const hiddenTroubleInvestigationAndGovernanceRoutes = {
|
|
|
|
|
|
|
+ import { RouteComponent } from "vue-router";
|
|
|
|
|
+ const hiddenTroubleInvestigationAndGovernanceRoutes: RouteComponent[] = [{
|
|
|
id: 9004,
|
|
id: 9004,
|
|
|
parentId: 9000,
|
|
parentId: 9000,
|
|
|
name: 'hiddenTroubleInvestigationAndGovernance',
|
|
name: 'hiddenTroubleInvestigationAndGovernance',
|
|
|
- path: 'hidden-trouble-investigation-and-governance', // 建议使用 kebab-case 保持一致性
|
|
|
|
|
|
|
+ path: 'hidden-trouble-investigation-and-governance',
|
|
|
redirect: '/work-safety/hidden-trouble-investigation-and-governance/employee-report-hidden-trouble-management',
|
|
redirect: '/work-safety/hidden-trouble-investigation-and-governance/employee-report-hidden-trouble-management',
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '隐患排查治理',
|
|
title: '隐患排查治理',
|
|
@@ -267,6 +268,6 @@
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
-};
|
|
|
|
|
|
|
+}];
|
|
|
|
|
|
|
|
export default hiddenTroubleInvestigationAndGovernanceRoutes;
|
|
export default hiddenTroubleInvestigationAndGovernanceRoutes;
|