Browse Source

fix: 更新路由

xiaweibo 2 months ago
parent
commit
a4a145e047

+ 15 - 0
src/router/routers/production-safety-router/risk-identification-and-control.ts

@@ -623,6 +623,21 @@ const riskIdentificationAndControlRoutes: RouteComponent[] = [{
         noCache: false,
       }
     },
+    //工伤认定申请
+    {
+      id: 93035,
+      parentId: 90014,
+      name: 'workInjuryApplyManageAdmin',
+      path: 'work-injury-apply-manage-admin',
+      component: '/production-safety/risk-identification-and-control/work-injury-apply-manage/listAdmin',
+      meta: {
+        title: '工伤认定申请(管理员)',
+        icon: 'OverviewIcon',
+        isRoot: false,
+        hidden: false,
+        noCache: false,
+      }
+    },
   ],
 }];