pages.json 26 KB

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