ソースを参照

fix: 补充路由信息

xiaweibo 2 ヶ月 前
コミット
a2852696dd

+ 15 - 1
src/router/routers/production-safety-router/productionSafetySystem.ts

@@ -238,7 +238,21 @@ const productionSafetySystemRoutes: RouteComponent[] = [{
         hidden: false,
         noCache: false,
       },
-    }
+    },
+    {
+        id: 90029,
+        parentId: 9002,
+        name: 'SafetyOrganizationSystemManagementItem',
+        path: '/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem',
+        component: () => import('/src/views/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem.vue'),
+        meta: {
+            title: '安全组织体系管理详情',
+            icon: 'OverviewIcon',
+            isRoot: false,
+            hidden: false,
+            noCache: false,
+        },
+    },
   ],
 }];