pages.json 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/safetyExamineWorkbench",//安全检查
  5. "style": {
  6. "navigationBarTitleText": "安全检查",
  7. "navigationBarTextStyle": "white", //导航文字颜色
  8. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  9. }
  10. },
  11. {
  12. "path": "pages/home",//首页
  13. "style": {
  14. "navigationBarTitleText": "实验室安全智能监测与控制系统",
  15. "navigationBarTextStyle": "white", //导航文字颜色
  16. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  17. }
  18. },
  19. {
  20. "path": "pages/supplierWorkbench",
  21. "style": {
  22. "navigationBarTitleText": "供应商管理平台"
  23. }
  24. },
  25. {
  26. "path": "pages/supplier/mine/forbidden",//停用
  27. "style": {
  28. "navigationBarTitleText": "供应商管理平台"
  29. }
  30. },
  31. {
  32. "path": "pages/supplier/mine/reject",
  33. "style": {
  34. "navigationBarTitleText": "驳回"
  35. }
  36. },
  37. {
  38. "path": "pages/supplier/mine/hasten",
  39. "style": {
  40. "navigationBarTitleText": "立即催办"
  41. }
  42. },
  43. {
  44. "path": "pages/mine",//我的
  45. "style": {
  46. "navigationBarTitleText": "我的",
  47. "navigationBarTextStyle": "white", //导航文字颜色
  48. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  49. }
  50. },
  51. //登录
  52. {
  53. "path": "pages/login",//登录
  54. "style": {
  55. "navigationBarTitleText": "",
  56. "navigationBarTextStyle": "white", //导航文字颜色
  57. "navigationStyle":"custom" //关闭原生导航
  58. }
  59. },
  60. {
  61. "path": "pages/faceImage",//身份验证
  62. "style": {
  63. "navigationBarTitleText": "身份验证"
  64. }
  65. },
  66. {
  67. "path": "pages/casuallyPat",//随手拍
  68. "style": {
  69. "navigationBarTitleText": "随手拍"
  70. }
  71. },
  72. {
  73. "path": "pages/information/information",//消息
  74. "style": {
  75. "navigationBarTitleText": "消息"
  76. }
  77. },
  78. {
  79. "path": "pages/information/informationInfo",//消息详情
  80. "style": {
  81. "navigationBarTitleText": ""
  82. }
  83. },
  84. {
  85. "path": "pages/information/notPassInfo",//消息详情未通过
  86. "style": {
  87. "navigationBarTitleText": ""
  88. }
  89. },
  90. {
  91. "path": "pages/saoCode/saoCode",//扫码识别
  92. "style": {
  93. "navigationBarTitleText": ""
  94. }
  95. },
  96. {
  97. "path": "pages/fingerprint",//指纹信息
  98. "style": {
  99. "navigationBarTitleText": "指纹信息",
  100. "navigationBarTextStyle": "white", //导航文字颜色
  101. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  102. }
  103. },
  104. {
  105. "path": "pages/avatar",//修改头像
  106. "style": {
  107. "navigationBarTitleText": "头像"
  108. }
  109. }
  110. ],
  111. "subPackages": [
  112. {
  113. /* 安全检查分包 */
  114. "root": "pages_safetyExamine", //分包根路径
  115. "name": "safetyExamine", //分包名字可写可不写
  116. "pages": [
  117. {
  118. "path": "patrolPlan/patrolPlanAdd",
  119. "style": {
  120. "navigationBarTitleText": "发起巡查计划"
  121. }
  122. },
  123. {
  124. "path": "patrolPlan/patrolPlanAddLab",
  125. "style": {
  126. "navigationBarTitleText": "选择实验室"
  127. }
  128. },
  129. {
  130. "path": "patrolPlan/patrolPlanAddMember",
  131. "style": {
  132. "navigationBarTitleText": "选择巡查组"
  133. }
  134. },
  135. {
  136. "path": "patrolPlan/patrolPlanList",
  137. "style": {
  138. "navigationBarTitleText": "校院巡查计划"
  139. }
  140. },
  141. {
  142. "path": "patrolPlan/patrolPlanDetail",
  143. "style": {
  144. "navigationBarTitleText": "计划详情"
  145. }
  146. },
  147. {
  148. "path": "patrolPlan/patrolPlanEdit",
  149. "style": {
  150. "navigationBarTitleText": "计划编辑"
  151. }
  152. },
  153. {
  154. "path": "examineManage/examineAddTow",
  155. "style": {
  156. "navigationBarTitleText": "开始检查"
  157. }
  158. },
  159. {
  160. "path": "examineManage/examineAdd",
  161. "style": {
  162. "navigationBarTitleText": "开始检查"
  163. }
  164. },
  165. {
  166. "path": "examineManage/examineDetail",
  167. "style": {
  168. "navigationBarTitleText": "检查详情"
  169. }
  170. },
  171. {
  172. "path": "examineManage/examineList",
  173. "style": {
  174. "navigationBarTitleText": "校院巡查管理"
  175. }
  176. },
  177. {
  178. "path": "dangerManage/dangerManage",
  179. "style": {
  180. "navigationBarTitleText": "隐患整改"
  181. }
  182. },
  183. {
  184. "path": "dangerManage/dangerList",
  185. "style": {
  186. "navigationBarTitleText": "校院巡查隐患"
  187. }
  188. },
  189. {
  190. "path": "dangerManage/dangerDetail",
  191. "style": {
  192. "navigationBarTitleText": "校院巡查隐患"
  193. }
  194. },
  195. {
  196. "path": "snapshotManage/snapshotDetail",
  197. "style": {
  198. "navigationBarTitleText": "待整改"
  199. }
  200. },
  201. {
  202. "path": "snapshotManage/snapshotAdd",
  203. "style": {
  204. "navigationBarTitleText": "随手拍上报"
  205. }
  206. },
  207. {
  208. "path": "snapshotManage/snapshotList",
  209. "style": {
  210. "navigationBarTitleText": "随手拍上报记录"
  211. }
  212. },
  213. {
  214. "path": "inforSign",
  215. "style": {
  216. "navigationBarTitleText": "安全信息牌"
  217. }
  218. }
  219. ]
  220. },
  221. {
  222. /* 供应商端分包 */
  223. "root": "pages_supplier", //分包根路径
  224. "name": "supplier", //分包名字可写可不写
  225. "pages": [
  226. /* 供应商端 ----------------------*/
  227. /* 待办事项 */
  228. {
  229. "path": "backlogManage/backlogManage",
  230. "style": {
  231. "navigationBarTitleText": "待办清单"
  232. }
  233. },
  234. {
  235. "path": "backlogManage/backlogManageAirDetail",
  236. "style": {
  237. "navigationBarTitleText": "配送申请"
  238. }
  239. },
  240. {
  241. "path": "backlogManage/backlogManageRecycleDetail",
  242. "style": {
  243. "navigationBarTitleText": "回收申请"
  244. }
  245. },
  246. {
  247. "path": "backlogManage/backlogManageIssueDetail",
  248. "style": {
  249. "navigationBarTitleText": "货品问题"
  250. }
  251. },
  252. /* 气瓶管理 */
  253. {
  254. "path": "gasManage/gasManageDetail",
  255. "style": {
  256. "navigationBarTitleText": "气瓶详情"
  257. }
  258. },
  259. {
  260. "path": "gasManage/gasManageAdd",
  261. "style": {
  262. "navigationBarTitleText": "新增气瓶"
  263. }
  264. },
  265. {
  266. "path": "gasManage/gasManage",
  267. "style": {
  268. "navigationBarTitleText": "气瓶管理"
  269. }
  270. },
  271. /* 运输车辆 */
  272. {
  273. "path": "transportCar/transportCar",
  274. "style": {
  275. "navigationBarTitleText": "运输车辆管理"
  276. }
  277. },
  278. {
  279. "path": "transportCar/transportCarDetail",
  280. "style": {
  281. "navigationBarTitleText": "查看运输车辆"
  282. }
  283. },
  284. {
  285. "path": "transportCar/transportCarAdd",
  286. "style": {
  287. "navigationBarTitleText": "新增运输车辆"
  288. }
  289. },
  290. /* 运输人员 */
  291. {
  292. "path": "transportPerson/transportPersonDetail",
  293. "style": {
  294. "navigationBarTitleText": "查看运输人员"
  295. }
  296. },
  297. {
  298. "path": "transportPerson/transportPersonAdd",
  299. "style": {
  300. "navigationBarTitleText": "新增运输人员"
  301. }
  302. },
  303. {
  304. "path": "transportPerson/transportPerson",
  305. "style": {
  306. "navigationBarTitleText": "运输人员管理"
  307. }
  308. },
  309. /* 供气回收记录 */
  310. {
  311. "path": "gasRecycle/gasRecycleAirDetail",
  312. "style": {
  313. "navigationBarTitleText": "配送申请"
  314. }
  315. },
  316. {
  317. "path": "gasRecycle/gasRecycleRecycleDetail",
  318. "style": {
  319. "navigationBarTitleText": "回收申请"
  320. }
  321. },
  322. {
  323. "path": "gasRecycle/gasRecycleIssueDetail",
  324. "style": {
  325. "navigationBarTitleText": "货品问题"
  326. }
  327. },
  328. {
  329. "path": "gasRecycle/gasRecycle",
  330. "style": {
  331. "navigationBarTitleText": "供气回收记录"
  332. }
  333. },
  334. /* 个人中心 */
  335. {
  336. "path": "mine/changePassword",
  337. "style": {
  338. "navigationBarTitleText": "修改密码"
  339. }
  340. },
  341. {
  342. "path": "mine/mine",
  343. "style": {
  344. "navigationBarTitleText": "资料信息"
  345. }
  346. },
  347. /* 注册 */
  348. {
  349. "path": "register/forgotPassword",//忘记密码
  350. "style": {
  351. "navigationBarTitleText": "密码重置申请"
  352. }
  353. },
  354. {
  355. "path": "register/registerSuccess",//注册
  356. "style": {
  357. "navigationBarTitleText": "申请入驻"
  358. }
  359. },
  360. {
  361. "path": "register/register",//注册
  362. "style": {
  363. "navigationBarTitleText": "注册"
  364. }
  365. },
  366. {
  367. "path": "register/registerTow",//注册
  368. "style": {
  369. "navigationBarTitleText": "注册"
  370. }
  371. }
  372. ]
  373. },
  374. {
  375. /* 学生端分包 */
  376. "root": "pages_student", //分包根路径
  377. "name": "student", //分包名字可写可不写
  378. "pages": [
  379. /* 分级管控 */
  380. {
  381. "path": "gradingControl/gradingControl",//分级管控
  382. "style": {
  383. "navigationBarTitleText": "分级管控"
  384. }
  385. },
  386. {
  387. "path": "gradingControl/gradingControlFinish",//分级管控-完成列表
  388. "style": {
  389. "navigationBarTitleText": "分级管控"
  390. }
  391. },
  392. {
  393. "path": "gradingControl/gradingControlAdd",//分级管控-添加
  394. "style": {
  395. "navigationBarTitleText": "分级管控"
  396. }
  397. },
  398. {
  399. "path": "gradingControl/gradingControlDetail",//分级管控-详情
  400. "style": {
  401. "navigationBarTitleText": "分级管控"
  402. }
  403. },
  404. //用户端
  405. {
  406. "path": "mine/codeSuccess",//扫码成功
  407. "style": {
  408. "navigationBarTitleText": "扫码成功"
  409. }
  410. },
  411. {
  412. "path": "mine/creditPoints",//信用分记录
  413. "style": {
  414. "navigationBarTitleText": "信用分记录",
  415. "enablePullDownRefresh": true
  416. }
  417. },
  418. {
  419. "path": "mine/rewardPoints",//奖励分记录
  420. "style": {
  421. "navigationBarTitleText": "奖励分记录",
  422. "enablePullDownRefresh": true
  423. }
  424. },
  425. {
  426. "path": "mine/upStudentCard",//学生卡上传
  427. "style": {
  428. "navigationBarTitleText": "学生卡上传"
  429. }
  430. },
  431. {
  432. "path": "mine/pointsRecord",//积分记录
  433. "style": {
  434. "navigationBarTitleText": "积分记录"
  435. }
  436. },
  437. {
  438. "path": "workbench/meViolation",//我的违规
  439. "style": {
  440. "navigationBarTitleText": "我的违规"
  441. }
  442. },
  443. {
  444. "path": "workbench/photoInspection",//离开检查
  445. "style": {
  446. "navigationBarTitleText": "离开检查"
  447. }
  448. },
  449. {
  450. "path": "workbench/resultInquiry",//我的成绩
  451. "style": {
  452. "navigationBarTitleText": "我的成绩"
  453. }
  454. },
  455. {
  456. "path": "workbench/safeAccess/safeAccess",//安全准入
  457. "style": {
  458. "navigationBarTitleText": "我的准入"
  459. }
  460. },
  461. {
  462. "path": "workbench/safeAccess/chooseALaboratory",//选择实验室
  463. "style": {
  464. "navigationBarTitleText": "安全准入"
  465. }
  466. },
  467. {
  468. "path": "workbench/safeAccess/newApplication",//选择实验室
  469. "style": {
  470. "navigationBarTitleText": "准入申请"
  471. }
  472. },
  473. {
  474. "path": "workbench/safeAccess/accessApplication",//准入申请
  475. "style": {
  476. "navigationBarTitleText": "安全准入"
  477. }
  478. },
  479. {
  480. "path": "workbench/safeAccess/applicationDetails",//申请详情
  481. "style": {
  482. "navigationBarTitleText": ""
  483. }
  484. },
  485. {
  486. "path": "workbench/exam/examList",//在线考试
  487. "style": {
  488. "navigationBarTitleText": "在线考试"
  489. }
  490. },
  491. {
  492. "path": "workbench/exam/examInfo",//开始考试
  493. "style": {
  494. "navigationBarTitleText": ""
  495. }
  496. },
  497. /* 气瓶归还登记 */
  498. {
  499. "path": "leaveConfirm/amendAir",
  500. "style": {
  501. "navigationBarTitleText": "修改气压"
  502. }
  503. },
  504. {
  505. "path": "leaveConfirm/leaveConfirm",
  506. "style": {
  507. "navigationBarTitleText": "出库确认"
  508. }
  509. },
  510. /* 气瓶归还登记 */
  511. {
  512. "path": "useRegister/giveRegister",
  513. "style": {
  514. "navigationBarTitleText": "归还登记"
  515. }
  516. },
  517. /* 气瓶使用登记 */
  518. {
  519. "path": "useRegister/useRegister",
  520. "style": {
  521. "navigationBarTitleText": "使用登记"
  522. }
  523. },
  524. /* 气瓶使用记录 */
  525. {
  526. "path": "useRecord/useRecordDetail",
  527. "style": {
  528. "navigationBarTitleText": "使用详情"
  529. }
  530. },
  531. {
  532. "path": "useRecord/useRecord",
  533. "style": {
  534. "navigationBarTitleText": "使用记录"
  535. }
  536. },
  537. /* 气瓶列表 */
  538. {
  539. "path": "gasList/gasListBinding",
  540. "style": {
  541. "navigationBarTitleText": "气瓶详情"
  542. }
  543. },
  544. {
  545. "path": "gasList/gasUseDetail",
  546. "style": {
  547. "navigationBarTitleText": "使用详情"
  548. }
  549. },
  550. {
  551. "path": "gasList/gasListDetail",
  552. "style": {
  553. "navigationBarTitleText": "气瓶详情"
  554. }
  555. },
  556. {
  557. "path": "gasList/gasList",
  558. "style": {
  559. "navigationBarTitleText": "气瓶列表"
  560. }
  561. },
  562. /* 气瓶申请 */
  563. {
  564. "path": "gasApply/awaitStorage",
  565. "style": {
  566. "navigationBarTitleText": "待入库"
  567. }
  568. },
  569. {
  570. "path": "gasApply/gasApplyReject",
  571. "style": {
  572. "navigationBarTitleText": "拒收气瓶"
  573. }
  574. },
  575. {
  576. "path": "gasApply/gasApplyList",
  577. "style": {
  578. "navigationBarTitleText": "申请详情"
  579. }
  580. },
  581. {
  582. "path": "gasApply/gasApplyAdd",//添加
  583. "style": {
  584. "navigationBarTitleText": "申请气瓶"
  585. }
  586. },
  587. {
  588. "path": "gasApply/gasApply",
  589. "style": {
  590. "navigationBarTitleText": "气瓶申请"
  591. }
  592. },
  593. /* 资格申请 */
  594. {
  595. "path": "examination/examinationSelect",//添加
  596. "style": {
  597. "navigationBarTitleText": "选择气瓶"
  598. }
  599. },
  600. {
  601. "path": "examination/examinationDetail",//详情
  602. "style": {
  603. "navigationBarTitleText": "资格申请"
  604. }
  605. },
  606. {
  607. "path": "examination/examinationAdd",//添加
  608. "style": {
  609. "navigationBarTitleText": "资格申请"
  610. }
  611. },
  612. {
  613. "path": "examination/examinationSucceed",
  614. "style": {
  615. "navigationBarTitleText": "资格申请"
  616. }
  617. },
  618. {
  619. "path": "examination/examination",
  620. "style": {
  621. "navigationBarTitleText": "资格申请"
  622. }
  623. },
  624. {
  625. "path": "gasManage/gasManage",
  626. "style": {
  627. "navigationBarTitleText": "用气管理"
  628. }
  629. },
  630. /* 用气申请 */
  631. {
  632. "path": "useGasApply/useGasApply",
  633. "style": {
  634. "navigationBarTitleText": "用气申请"
  635. }
  636. },
  637. {
  638. "path": "useGasApply/useGasApplyAdd",
  639. "style": {
  640. "navigationBarTitleText": "申请用气"
  641. }
  642. },
  643. {
  644. "path": "useGasApply/useGasApplyDetail",
  645. "style": {
  646. "navigationBarTitleText": "申请详情"
  647. }
  648. }
  649. ]
  650. },
  651. {/* 管理端分包 */
  652. "root": "pages_manage", //分包根路径
  653. "name": "manage", //分包名字可写可不写
  654. "pages": [
  655. {
  656. "path": "emergencyEvacuationBig",//应急疏散
  657. "style": {
  658. "navigationBarTitleText": "风险处置"
  659. }
  660. },
  661. {
  662. "path": "emergencyEvacuationBigFullScreen",//应急疏散
  663. "style": {
  664. "navigationBarTitleText": "风险处置",
  665. "pageOrientation": "landscape"
  666. }
  667. },
  668. /* 分级管控 */
  669. {
  670. "path": "gradingControl/gradingControl",//分级管控
  671. "style": {
  672. "navigationBarTitleText": "分级管控"
  673. }
  674. },
  675. {
  676. "path": "gradingControl/gradingControlFinish",//分级管控-完成列表
  677. "style": {
  678. "navigationBarTitleText": "分级管控"
  679. }
  680. },
  681. {
  682. "path": "gradingControl/gradingControlAdd",//分级管控-添加
  683. "style": {
  684. "navigationBarTitleText": "分级管控"
  685. }
  686. },
  687. {
  688. "path": "gradingControl/gradingControlDetail",//分级管控-详情
  689. "style": {
  690. "navigationBarTitleText": "分级管控"
  691. }
  692. },
  693. {
  694. "path": "workbench/receiveCasuallyPat/receiveCasuallyPat",//收到随手拍
  695. "style": {
  696. "navigationBarTitleText": "收到随手拍"
  697. }
  698. },
  699. {
  700. "path": "workbench/receiveCasuallyPat/casuallyPatInfo",//收到随手拍详情
  701. "style": {
  702. "navigationBarTitleText": "随手拍"
  703. }
  704. },
  705. {
  706. "path": "workbench/accessQualification/accessQualification",//准入资格证书
  707. "style": {
  708. "navigationBarTitleText": "准入审核"
  709. }
  710. },
  711. {
  712. "path": "workbench/accessQualification/accessQualificationInfo",//准入资格证书申请详情
  713. "style": {
  714. "navigationBarTitleText": ""
  715. }
  716. },
  717. {
  718. "path": "workbench/accessQualification/approve",//不通过原因
  719. "style": {
  720. "navigationBarTitleText": "审核未通过"
  721. }
  722. },
  723. {
  724. "path": "workbench/laboratory/meLaboratory",//我的实验室
  725. "style": {
  726. "navigationBarTitleText": "我的实验室"
  727. }
  728. },
  729. {
  730. "path": "workbench/laboratory/laboratoryInfo",//实验室详情
  731. "style": {
  732. "navigationBarTitleText": "实验室详情"
  733. }
  734. },
  735. {
  736. "path": "workbench/securityAlert/securityAlertList",//安全警报
  737. "style": {
  738. "navigationBarTitleText": "安全报警"
  739. }
  740. },
  741. {
  742. "path": "workbench/securityAlert/todayList",//今日警报
  743. "style": {
  744. "navigationBarTitleText": "今日警报"
  745. }
  746. },
  747. {
  748. "path": "workbench/securityAlert/yesterdayList",//昨日警报
  749. "style": {
  750. "navigationBarTitleText": "昨日警报"
  751. }
  752. },
  753. {
  754. "path": "workbench/securityAlert/historyList",//历史警报
  755. "style": {
  756. "navigationBarTitleText": "历史警报"
  757. }
  758. },
  759. {
  760. "path": "workbench/plan/planList",//预案执行记录
  761. "style": {
  762. "navigationBarTitleText": "预案执行记录"
  763. }
  764. },
  765. {
  766. "path": "workbench/plan/planInfo",//预案详情
  767. "style": {
  768. "navigationBarTitleText": "预案详情"
  769. }
  770. },
  771. {
  772. "path": "workbench/laboratory/broadcast",//开始广播
  773. "style": {
  774. "navigationBarTitleText": "开始广播"
  775. }
  776. },
  777. {
  778. "path": "workbench/laboratory/word",//播放文字
  779. "style": {
  780. "navigationBarTitleText": "播放文字"
  781. }
  782. },
  783. {
  784. "path": "workbench/laboratory/monitor",//查看监控
  785. "style": {
  786. "navigationBarTitleText": "查看监控"
  787. }
  788. },
  789. {
  790. "path": "workbench/laboratory/safetyCard",//安全信息牌
  791. "style": {
  792. "navigationBarTitleText": "安全信息牌"
  793. }
  794. },
  795. {
  796. "path": "workbench/securityCheck/unsubmittedList",//未提交检查
  797. "style": {
  798. "navigationBarTitleText": "未提交检查"
  799. }
  800. },
  801. {
  802. "path": "workbench/securityCheck/inspectionRecords",//检查记录
  803. "style": {
  804. "navigationBarTitleText": "检查记录"
  805. }
  806. },
  807. {
  808. "path": "workbench/securityCheck/safetyInspect",//安全检查
  809. "style": {
  810. "navigationBarTitleText": "安全检查"
  811. }
  812. },
  813. {
  814. "path": "workbench/securityCheck/recordDetails",//检查记录详情
  815. "style": {
  816. "navigationBarTitleText": ""
  817. }
  818. },
  819. {
  820. "path": "workbench/problemRectification/rectifyList",//问题整改
  821. "style": {
  822. "navigationBarTitleText": "问题整改"
  823. }
  824. },
  825. {
  826. "path": "workbench/problemRectification/rectifyDetails",//整改详情
  827. "style": {
  828. "navigationBarTitleText": ""
  829. }
  830. },
  831. {
  832. "path": "workbench/problemRectification/rectifyInfo",//整改信息
  833. "style": {
  834. "navigationBarTitleText": "整改信息"
  835. }
  836. },
  837. {
  838. "path": "workbench/signature/signature",//电子签名
  839. "style": {
  840. "navigationBarTitleText": "电子签名",
  841. "navigationBarTextStyle": "white", //导航文字颜色
  842. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  843. }
  844. },
  845. {
  846. "path": "workbench/signature/signatureImg",//电子签名-图片处理
  847. "style": {
  848. "navigationBarTitleText": ""
  849. }
  850. },
  851. {
  852. "path": "workbench/securityCheck/startChecking",//安全检查
  853. "style": {
  854. "navigationBarTitleText": "安全检查"
  855. }
  856. },
  857. /* 用气申请 */
  858. {
  859. "path": "useGasApply/useGasApply",
  860. "style": {
  861. "navigationBarTitleText": "用气申请"
  862. }
  863. },
  864. {
  865. "path": "useGasApply/useGasApplyAdd",
  866. "style": {
  867. "navigationBarTitleText": "申请用气"
  868. }
  869. },
  870. {
  871. "path": "useGasApply/useGasApplyDetail",
  872. "style": {
  873. "navigationBarTitleText": "申请详情"
  874. }
  875. },
  876. /* 资质审核 */
  877. {
  878. "path": "aptitudeAudit/aptitudeAudit",
  879. "style": {
  880. "navigationBarTitleText": "资格审核"
  881. }
  882. },
  883. {
  884. "path": "aptitudeAudit/aptitudeAuditDetail",
  885. "style": {
  886. "navigationBarTitleText": "资格审核"
  887. }
  888. },
  889. {
  890. "path": "aptitudeAudit/aptitudeAuditCheck",
  891. "style": {
  892. "navigationBarTitleText": "资格审核"
  893. }
  894. },
  895. /* 气瓶归还登记 */
  896. {
  897. "path": "leaveConfirm/amendAir",
  898. "style": {
  899. "navigationBarTitleText": "修改气压"
  900. }
  901. },
  902. {
  903. "path": "leaveConfirm/leaveConfirm",
  904. "style": {
  905. "navigationBarTitleText": "出库确认"
  906. }
  907. },
  908. /* 气瓶归还登记 */
  909. {
  910. "path": "useRegister/giveRegister",
  911. "style": {
  912. "navigationBarTitleText": "归还登记"
  913. }
  914. },
  915. /* 气瓶使用登记 */
  916. {
  917. "path": "useRegister/useRegister",
  918. "style": {
  919. "navigationBarTitleText": "使用登记"
  920. }
  921. },
  922. /* 气瓶使用记录 */
  923. {
  924. "path": "useRecord/useRecordDetail",
  925. "style": {
  926. "navigationBarTitleText": "使用详情"
  927. }
  928. },
  929. {
  930. "path": "useRecord/useRecord",
  931. "style": {
  932. "navigationBarTitleText": "使用记录"
  933. }
  934. },
  935. /* 气瓶列表 */
  936. {
  937. "path": "gasList/gasListBinding",
  938. "style": {
  939. "navigationBarTitleText": "气瓶详情"
  940. }
  941. },
  942. {
  943. "path": "gasList/gasUseDetail",
  944. "style": {
  945. "navigationBarTitleText": "使用详情"
  946. }
  947. },
  948. {
  949. "path": "gasList/gasListDetail",
  950. "style": {
  951. "navigationBarTitleText": "气瓶详情"
  952. }
  953. },
  954. {
  955. "path": "gasList/gasList",
  956. "style": {
  957. "navigationBarTitleText": "气瓶列表"
  958. }
  959. },
  960. /* 气瓶申请 */
  961. {
  962. "path": "gasApply/awaitStorage",
  963. "style": {
  964. "navigationBarTitleText": "待入库"
  965. }
  966. },
  967. {
  968. "path": "gasApply/gasApplyReject",
  969. "style": {
  970. "navigationBarTitleText": "拒收气瓶"
  971. }
  972. },
  973. {
  974. "path": "gasApply/gasApplyList",
  975. "style": {
  976. "navigationBarTitleText": "申请详情"
  977. }
  978. },
  979. {
  980. "path": "gasApply/gasApplyAdd",//添加
  981. "style": {
  982. "navigationBarTitleText": "申请气瓶"
  983. }
  984. },
  985. {
  986. "path": "gasApply/gasApply",
  987. "style": {
  988. "navigationBarTitleText": "气瓶申请"
  989. }
  990. },
  991. /* 资格申请 */
  992. {
  993. "path": "examination/examinationSelect",//添加
  994. "style": {
  995. "navigationBarTitleText": "选择气瓶"
  996. }
  997. },
  998. {
  999. "path": "examination/examinationAdd",//添加
  1000. "style": {
  1001. "navigationBarTitleText": "资格申请"
  1002. }
  1003. },
  1004. {
  1005. "path": "examination/examinationDetail",
  1006. "style": {
  1007. "navigationBarTitleText": "资格申请"
  1008. }
  1009. },
  1010. {
  1011. "path": "examination/examination",
  1012. "style": {
  1013. "navigationBarTitleText": "资格申请"
  1014. }
  1015. },
  1016. {
  1017. "path": "gasManage/gasManage",
  1018. "style": {
  1019. "navigationBarTitleText": "用气管理"
  1020. }
  1021. }
  1022. ]
  1023. }
  1024. ],
  1025. "globalStyle": {
  1026. "navigationBarTextStyle": "white", //导航文字颜色
  1027. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  1028. }
  1029. }