123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- {
- "pages": [
- {
- "path": "pages/home",//首页
- "style": {
- "navigationBarTitleText": "实验室安全智能监测与控制系统",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- {
- "path": "pages/safetyExamineWorkbench",//安全检查
- "style": {
- "navigationBarTitleText": "安全检查",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
-
- {
- "path": "pages/mine",//我的
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- },
- //登录
- {
- "path": "pages/login",//登录
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationStyle":"custom" //关闭原生导航
- }
- },
- {
- "path": "pages/faceImage",//身份验证
- "style": {
- "navigationBarTitleText": "身份验证"
- }
- },
- {
- "path": "pages/information/information",//消息
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/information/informationInfo",//消息详情
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/information/notPassInfo",//消息详情未通过
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/saoCode/saoCode",//扫码识别
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/avatar",//修改头像
- "style": {
- "navigationBarTitleText": "头像"
- }
- }
- ],
- "subPackages": [
- {
- /* 安全检查分包 */
- "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": "安全信息牌"
- }
- }
- ]
- },
- {/* 管理端分包 */
- "root": "pages_manage", //分包根路径
- "name": "manage", //分包名字可写可不写
- "pages": [
- {
- "path": "workbench/signature/signature",//电子签名
- "style": {
- "navigationBarTitleText": "电子签名",
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white", //导航文字颜色
- "navigationBarBackgroundColor": "#0183FA" //导航背景色
- }
- }
|