|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/home",//首页
|
|
|
"style": {
|
|
@@ -11,9 +11,9 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
/* 预警信息 */
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/earlyWarningManage/earlyWarningDetail",
|
|
|
"style": {
|
|
@@ -26,13 +26,13 @@
|
|
|
"navigationBarTitleText": "预警记录"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/earlyWarningManage/videoMonitoring",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "监控信息"
|
|
|
}
|
|
|
- },
|
|
|
+ },
|
|
|
|
|
|
{
|
|
|
"path": "pages/supplierWorkbench",
|
|
@@ -945,6 +945,117 @@
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+
|
|
|
+ /* 安全检查分包 */
|
|
|
+ "root": "pages_safetyExamine", //分包根路径
|
|
|
+ "name": "safetyExamine", //分包名字可写可不写
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "patrolPlan/patrolPlanAdd",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "发起巡查计划"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "patrolPlan/patrolPlanAddLab",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择实验室"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "patrolPlan/patrolPlanAddMember",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择巡查组"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "patrolPlan/patrolPlanList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "校院巡查计划"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "patrolPlan/patrolPlanDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "计划详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "patrolPlan/patrolPlanEdit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "计划编辑"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "examineManage/examineAddTow",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "开始检查"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "examineManage/examineAdd",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "开始检查"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "examineManage/examineDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "检查详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "examineManage/examineList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "校院巡查管理"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "dangerManage/dangerManage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "隐患整改"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "dangerManage/dangerList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "安全隐患"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "dangerManage/dangerDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "安全隐患"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "snapshotManage/snapshotDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "待整改"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "snapshotManage/snapshotAdd",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "随手拍上报"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "snapshotManage/snapshotList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "随手拍上报记录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "inforSign",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "安全信息牌"
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
|