diff --git a/config/routes.js b/config/routes.js
index 0694538..ce3fc6c 100644
--- a/config/routes.js
+++ b/config/routes.js
@@ -31,12 +31,12 @@ export default [
name: 'timesheet',
component: './hrefficiency_timesheet/TimeSheetList',
},
- {
- path: '/topnavbar00/hrefficiency/staffsheet',
- // icon: 'bank',
- name: 'staffsheet',
- component: './safe_majorHazard/SafeMajorHazardList',
- },
+ // {
+ // path: '/topnavbar00/hrefficiency/staffsheet',
+ // // icon: 'bank',
+ // name: 'staffsheet',
+ // component: './safe_majorHazard/SafeMajorHazardList',
+ // },
{
path: '/topnavbar00/hrefficiency/staffuph',
// icon: 'bank',
@@ -67,6 +67,12 @@ export default [
name: 'basicinformation',
component: './hrefficiency_basicinformation/BasicInformation',
},
+ // 重大危险源管理
+ {
+ path: '/topnavbar00/hrefficiency/safeMajorHazard',
+ name: 'safeMajorHazard',
+ component: './safe_majorHazard/SafeMajorHazardList',
+ },
// 系统管理
{
path: '/topnavbar00/hrefficiency/system',
diff --git a/src/pages/nav_system_content/SystemContentList.js b/src/pages/nav_system_content/SystemContentList.js
index 2f96260..243e774 100644
--- a/src/pages/nav_system_content/SystemContentList.js
+++ b/src/pages/nav_system_content/SystemContentList.js
@@ -95,9 +95,9 @@ const SystemContentList = (props) => {
"label": "安全管理基础信息"
},
{
- "path": "/topnavbar00/hrefficiency/staffsheet",
- icon:
,
- "key": "/topnavbar00/hrefficiency/staffsheet",
+ "path": "/topnavbar00/hrefficiency/safeMajorHazard",
+ icon:
,
+ "key": "/topnavbar00/hrefficiency/safeMajorHazard",
"label": "重大危险源管理"
},
{