瀏覽代碼

fix: 修改路由配置

xiaweibo 1 月之前
父節點
當前提交
128b1d02be
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/router/routers/production-safety-router/productionSafetySystem.ts

+ 2 - 2
src/router/routers/production-safety-router/productionSafetySystem.ts

@@ -259,7 +259,7 @@ const productionSafetySystemRoutes: RouteComponent[] = [{
         id: 90029,
         parentId: 9002,
         name: 'SafetyOrganizationSystemManagementItem',
-        path: 'safety-organization-systemManagement-item',
+        path: 'safety-organization-system-management-item',
         component: '/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem',
         meta: {
             title: '安全组织体系管理详情',
@@ -269,7 +269,7 @@ const productionSafetySystemRoutes: RouteComponent[] = [{
             hidden: false,
             noCache: false,
         },
-    },
+    }
   ],
 }];