pages.json 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081
  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/earlyWarningManage/warningVideo",
  209. "style": {
  210. "navigationBarTitleText": "报警抓拍"
  211. }
  212. },
  213. {
  214. "path": "views/record/index",
  215. "style": {
  216. "navigationBarTitleText": "进出记录"
  217. }
  218. },
  219. {
  220. "path": "views/record/infoPage",
  221. "style": {
  222. "navigationBarTitleText": "进出详情"
  223. }
  224. },
  225. /* 分级管控 */
  226. {
  227. "path": "views/gradingControl/gradingControl", //分级管控
  228. "style": {
  229. "navigationBarTitleText": "管控工作"
  230. }
  231. },
  232. {
  233. "path": "views/gradingControl/gradingControlFinish", //分级管控-完成列表
  234. "style": {
  235. "navigationBarTitleText": "分级管控"
  236. }
  237. },
  238. {
  239. "path": "views/gradingControl/gradingControlAdd", //分级管控-添加
  240. "style": {
  241. "navigationBarTitleText": "分级管控"
  242. }
  243. },
  244. {
  245. "path": "views/gradingControl/gradingControlDetail", //分级管控-详情
  246. "style": {
  247. "navigationBarTitleText": "分级管控"
  248. }
  249. },
  250. {
  251. "path": "views/signature/signature",
  252. "style": {
  253. "navigationBarTitleText": "电子签名"
  254. }
  255. },
  256. {
  257. "path": "views/signature/signatureImg",
  258. "style": {
  259. "navigationBarTitleText": "电子签名"
  260. }
  261. }
  262. ]
  263. },
  264. // {
  265. // /* 供应商端分包 */
  266. // "root": "pages_supplier", //分包根路径
  267. // "name": "supplier", //分包名字可写可不写
  268. // "pages": [
  269. // /* 待办事项 */
  270. // {
  271. // "path": "views/backlogManage/backlogManage",
  272. // "style": {
  273. // "navigationBarTitleText": "待办清单"
  274. // }
  275. // },
  276. // {
  277. // "path": "views/backlogManage/backlogManageAirDetail",
  278. // "style": {
  279. // "navigationBarTitleText": "配送申请"
  280. // }
  281. // },
  282. // {
  283. // "path": "views/backlogManage/backlogManageRecycleDetail",
  284. // "style": {
  285. // "navigationBarTitleText": "回收申请"
  286. // }
  287. // },
  288. // {
  289. // "path": "views/backlogManage/backlogManageIssueDetail",
  290. // "style": {
  291. // "navigationBarTitleText": "货品问题"
  292. // }
  293. // },
  294. // /* 气瓶管理 */
  295. // {
  296. // "path": "views/gasManage/gasManageDetail",
  297. // "style": {
  298. // "navigationBarTitleText": "气瓶详情"
  299. // }
  300. // },
  301. // {
  302. // "path": "views/gasManage/gasManageAdd",
  303. // "style": {
  304. // "navigationBarTitleText": "新增气瓶"
  305. // }
  306. // },
  307. // {
  308. // "path": "views/gasManage/gasManage",
  309. // "style": {
  310. // "navigationBarTitleText": "气瓶管理"
  311. // }
  312. // },
  313. // /* 运输车辆 */
  314. // {
  315. // "path": "views/transportCar/transportCar",
  316. // "style": {
  317. // "navigationBarTitleText": "运输车辆管理"
  318. // }
  319. // },
  320. // {
  321. // "path": "views/transportCar/transportCarDetail",
  322. // "style": {
  323. // "navigationBarTitleText": "查看运输车辆"
  324. // }
  325. // },
  326. // {
  327. // "path": "views/transportCar/transportCarAdd",
  328. // "style": {
  329. // "navigationBarTitleText": "新增运输车辆"
  330. // }
  331. // },
  332. // /* 运输人员 */
  333. // {
  334. // "path": "views/transportPerson/transportPersonDetail",
  335. // "style": {
  336. // "navigationBarTitleText": "查看运输人员"
  337. // }
  338. // },
  339. // {
  340. // "path": "views/transportPerson/transportPersonAdd",
  341. // "style": {
  342. // "navigationBarTitleText": "新增运输人员"
  343. // }
  344. // },
  345. // {
  346. // "path": "views/transportPerson/transportPerson",
  347. // "style": {
  348. // "navigationBarTitleText": "运输人员管理"
  349. // }
  350. // },
  351. // /* 供气回收记录 */
  352. // {
  353. // "path": "views/gasRecycle/gasRecycleAirDetail",
  354. // "style": {
  355. // "navigationBarTitleText": "配送申请"
  356. // }
  357. // },
  358. // {
  359. // "path": "views/gasRecycle/gasRecycleRecycleDetail",
  360. // "style": {
  361. // "navigationBarTitleText": "回收申请"
  362. // }
  363. // },
  364. // {
  365. // "path": "views/gasRecycle/gasRecycleIssueDetail",
  366. // "style": {
  367. // "navigationBarTitleText": "货品问题"
  368. // }
  369. // },
  370. // {
  371. // "path": "views/gasRecycle/gasRecycle",
  372. // "style": {
  373. // "navigationBarTitleText": "供气回收记录"
  374. // }
  375. // },
  376. // /* 个人中心 */
  377. // {
  378. // "path": "views/mine/changePassword",
  379. // "style": {
  380. // "navigationBarTitleText": "修改密码"
  381. // }
  382. // },
  383. // {
  384. // "path": "views/mine/mine",
  385. // "style": {
  386. // "navigationBarTitleText": "资料信息"
  387. // }
  388. // },
  389. // /* 注册 */
  390. // {
  391. // "path": "views/register/forgotPassword", //忘记密码
  392. // "style": {
  393. // "navigationBarTitleText": "密码重置申请"
  394. // }
  395. // },
  396. // {
  397. // "path": "views/register/registerSuccess", //注册
  398. // "style": {
  399. // "navigationBarTitleText": "申请入驻"
  400. // }
  401. // },
  402. // {
  403. // "path": "views/register/register", //注册
  404. // "style": {
  405. // "navigationBarTitleText": "注册"
  406. // }
  407. // },
  408. // {
  409. // "path": "views/register/registerTow", //注册
  410. // "style": {
  411. // "navigationBarTitleText": "注册"
  412. // }
  413. // }
  414. // ]
  415. // },
  416. {
  417. /* 学生端分包 */
  418. "root": "pages_student", //分包根路径
  419. "name": "student", //分包名字可写可不写
  420. "pages": [{
  421. "path": "views/meCertificate",
  422. "style": {
  423. "navigationBarTitleText": "我的证书"
  424. }
  425. },
  426. /* 积分管理 */
  427. {
  428. "path": "views/integralManage/codeSuccess", //扫码成功
  429. "style": {
  430. "navigationBarTitleText": "扫码成功"
  431. }
  432. },
  433. {
  434. "path": "views/integralManage/creditPoints", //信用分记录
  435. "style": {
  436. "navigationBarTitleText": "信用分记录",
  437. "enablePullDownRefresh": true
  438. }
  439. },
  440. {
  441. "path": "views/integralManage/rewardPoints", //奖励分记录
  442. "style": {
  443. "navigationBarTitleText": "奖励分记录",
  444. "enablePullDownRefresh": true
  445. }
  446. },
  447. {
  448. "path": "views/integralManage/pointsRecord", //积分记录
  449. "style": {
  450. "navigationBarTitleText": "积分记录"
  451. }
  452. },
  453. /*准入申请*/
  454. {
  455. "path": "views/accessApplication/accessApplication", //准入申请
  456. "style": {
  457. "navigationBarTitleText": "安全准入"
  458. }
  459. },
  460. {
  461. "path": "views/accessApplication/applicationDetails", //申请详情
  462. "style": {
  463. "navigationBarTitleText": ""
  464. }
  465. },
  466. {
  467. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  468. "style": {
  469. "navigationBarTitleText": "安全准入"
  470. }
  471. },
  472. {
  473. "path": "views/accessApplication/newApplication", //选择实验室
  474. "style": {
  475. "navigationBarTitleText": "准入申请"
  476. }
  477. },
  478. {
  479. "path": "views/accessApplication/safeAccess", //安全准入
  480. "style": {
  481. "navigationBarTitleText": "我的准入"
  482. }
  483. },
  484. {
  485. "path": "views/meViolation/meViolation", //安全准入
  486. "style": {
  487. "navigationBarTitleText": "违规记录"
  488. }
  489. },
  490. /* 气瓶管理 */
  491. {
  492. "path": "views/gasBottle/leaveConfirm/amendAir",
  493. "style": {
  494. "navigationBarTitleText": "修改气压"
  495. }
  496. },
  497. {
  498. "path": "views/gasBottle/leaveConfirm/leaveConfirm",
  499. "style": {
  500. "navigationBarTitleText": "出库确认"
  501. }
  502. },
  503. {
  504. "path": "views/gasBottle/useRegister/giveRegister",
  505. "style": {
  506. "navigationBarTitleText": "归还登记"
  507. }
  508. },
  509. {
  510. "path": "views/gasBottle/useRegister/useRegister",
  511. "style": {
  512. "navigationBarTitleText": "使用登记"
  513. }
  514. },
  515. {
  516. "path": "views/gasBottle/useRecord/useRecordDetail",
  517. "style": {
  518. "navigationBarTitleText": "使用详情"
  519. }
  520. },
  521. {
  522. "path": "views/gasBottle/useRecord/useRecord",
  523. "style": {
  524. "navigationBarTitleText": "使用记录"
  525. }
  526. },
  527. {
  528. "path": "views/gasBottle/gasList/gasListBinding",
  529. "style": {
  530. "navigationBarTitleText": "气瓶详情"
  531. }
  532. },
  533. {
  534. "path": "views/gasBottle/gasList/gasUseDetail",
  535. "style": {
  536. "navigationBarTitleText": "使用详情"
  537. }
  538. },
  539. {
  540. "path": "views/gasBottle/gasList/gasListDetail",
  541. "style": {
  542. "navigationBarTitleText": "气瓶详情"
  543. }
  544. },
  545. {
  546. "path": "views/gasBottle/gasList/gasList",
  547. "style": {
  548. "navigationBarTitleText": "气瓶列表"
  549. }
  550. },
  551. {
  552. "path": "views/gasBottle/gasApply/awaitStorage",
  553. "style": {
  554. "navigationBarTitleText": "待入库"
  555. }
  556. },
  557. {
  558. "path": "views/gasBottle/gasApply/gasApplyReject",
  559. "style": {
  560. "navigationBarTitleText": "拒收气瓶"
  561. }
  562. },
  563. {
  564. "path": "views/gasBottle/gasApply/gasApplyList",
  565. "style": {
  566. "navigationBarTitleText": "申请详情"
  567. }
  568. },
  569. {
  570. "path": "views/gasBottle/gasApply/gasApplyAdd", //添加
  571. "style": {
  572. "navigationBarTitleText": "申请气瓶"
  573. }
  574. },
  575. {
  576. "path": "views/gasBottle/gasApply/gasApply",
  577. "style": {
  578. "navigationBarTitleText": "气瓶申请"
  579. }
  580. },
  581. {
  582. "path": "views/gasBottle/examination/examinationSelect", //添加
  583. "style": {
  584. "navigationBarTitleText": "选择气瓶"
  585. }
  586. },
  587. {
  588. "path": "views/gasBottle/examination/examinationDetail", //详情
  589. "style": {
  590. "navigationBarTitleText": "资格申请"
  591. }
  592. },
  593. {
  594. "path": "views/gasBottle/examination/examinationAdd", //添加
  595. "style": {
  596. "navigationBarTitleText": "资格申请"
  597. }
  598. },
  599. {
  600. "path": "views/gasBottle/examination/examinationSucceed",
  601. "style": {
  602. "navigationBarTitleText": "资格申请"
  603. }
  604. },
  605. {
  606. "path": "views/gasBottle/examination/examination",
  607. "style": {
  608. "navigationBarTitleText": "资格申请"
  609. }
  610. },
  611. {
  612. "path": "views/gasBottle/gasManage/gasManage",
  613. "style": {
  614. "navigationBarTitleText": "用气管理"
  615. }
  616. },
  617. {
  618. "path": "views/gasBottle/useGasApply/useGasApply",
  619. "style": {
  620. "navigationBarTitleText": "用气申请"
  621. }
  622. },
  623. {
  624. "path": "views/gasBottle/useGasApply/useGasApplyAdd",
  625. "style": {
  626. "navigationBarTitleText": "申请用气"
  627. }
  628. },
  629. {
  630. "path": "views/gasBottle/useGasApply/useGasApplyDetail",
  631. "style": {
  632. "navigationBarTitleText": "申请详情"
  633. }
  634. },
  635. {
  636. "path": "views/myRecord/index",
  637. "style": {
  638. "navigationBarTitleText": "进出记录"
  639. }
  640. },
  641. {
  642. "path": "views/myRecord/infoPage",
  643. "style": {
  644. "navigationBarTitleText": "进出详情"
  645. }
  646. }
  647. ]
  648. },
  649. {
  650. /* 管理端分包 */
  651. "root": "pages_manage", //分包根路径
  652. "name": "manage", //分包名字可写可不写
  653. "pages": [
  654. //门禁授权
  655. {
  656. "path": "views/accessControl/empowerOpen",
  657. "style": {
  658. "navigationBarTitleText": "授权开门"
  659. }
  660. },
  661. {
  662. "path": "views/accessControl/remoteOpen",
  663. "style": {
  664. "navigationBarTitleText": "远程开门"
  665. }
  666. },
  667. //应急处置-实验室列表
  668. {
  669. "path": "views/emergencyEvacuationSubList", //应急疏散
  670. "style": {
  671. "navigationBarTitleText": "应急处置"
  672. }
  673. },
  674. //应急处置
  675. {
  676. "path": "views/emergencyEvacuationBig", //应急疏散
  677. "style": {
  678. "navigationBarTitleText": "应急处置"
  679. }
  680. },
  681. {
  682. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  683. "style": {
  684. "navigationBarTitleText": "应急处置",
  685. "pageOrientation": "landscape"
  686. }
  687. },
  688. /* 准入审核 */
  689. {
  690. "path": "views/accessQualification/accessQualification",
  691. "style": {
  692. "navigationBarTitleText": "准入审核"
  693. }
  694. },
  695. {
  696. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  697. "style": {
  698. "navigationBarTitleText": ""
  699. }
  700. },
  701. {
  702. "path": "views/accessQualification/approve", //不通过原因
  703. "style": {
  704. "navigationBarTitleText": "审核未通过"
  705. }
  706. },
  707. /* 我的实验室 */
  708. // {
  709. // "path": "views/laboratory/meLaboratory",//我的实验室
  710. // "style": {
  711. // "navigationBarTitleText": "我的实验室"
  712. // }
  713. // },
  714. /* 安全检查扫一扫进入实验室详情 */
  715. {
  716. "path": "views/laboratory/safetyCardScan",
  717. "style": {
  718. "navigationBarTitleText": "实验室"
  719. }
  720. },
  721. /* 实验室详情 */
  722. {
  723. "path": "views/laboratory/infoPage", //详情
  724. "style": {
  725. "navigationBarTitleText": "实验室详情",
  726. "enablePullDownRefresh": true
  727. }
  728. },
  729. {
  730. "path": "views/laboratory/videoPlayer", //视频监控
  731. "style": {
  732. "navigationBarTitleText": "视频监控",
  733. "enablePullDownRefresh": true
  734. }
  735. },
  736. /* 实验室详情-进出记录 */
  737. {
  738. "path": "views/laboratory/accessRecord",
  739. "style": {
  740. "navigationBarTitleText": "进出记录",
  741. "enablePullDownRefresh": true
  742. }
  743. },
  744. {
  745. "path": "views/laboratory/word", //播放文字
  746. "style": {
  747. "navigationBarTitleText": "播放文字"
  748. }
  749. },
  750. {
  751. "path": "views/laboratory/monitor", //查看监控
  752. "style": {
  753. "navigationBarTitleText": "查看监控"
  754. }
  755. },
  756. {
  757. "path": "views/laboratory/safetyCard", //安全信息牌
  758. "style": {
  759. "navigationBarTitleText": "安全信息牌"
  760. }
  761. },
  762. /* 预案执行记录 */
  763. {
  764. "path": "views/plan/planList", //预案执行记录
  765. "style": {
  766. "navigationBarTitleText": "预案执行记录"
  767. }
  768. },
  769. {
  770. "path": "views/plan/planInfo", //预案详情
  771. "style": {
  772. "navigationBarTitleText": "预案详情"
  773. }
  774. },
  775. /* 分级管控 */
  776. {
  777. "path": "views/gradingControl/gradingControl", //分级管控
  778. "style": {
  779. "navigationBarTitleText": "分级管控"
  780. }
  781. },
  782. {
  783. "path": "views/gradingControl/infoPage", //分级管控
  784. "style": {
  785. "navigationBarTitleText": "分级管控详情"
  786. }
  787. },
  788. /* 用气申请 */
  789. {
  790. "path": "views/gasBottle/useGasApply/useGasApply",
  791. "style": {
  792. "navigationBarTitleText": "用气申请"
  793. }
  794. },
  795. {
  796. "path": "views/gasBottle/useGasApply/useGasApplyAdd",
  797. "style": {
  798. "navigationBarTitleText": "申请用气"
  799. }
  800. },
  801. {
  802. "path": "views/gasBottle/useGasApply/useGasApplyDetail",
  803. "style": {
  804. "navigationBarTitleText": "申请详情"
  805. }
  806. },
  807. /* 资质审核 */
  808. {
  809. "path": "views/gasBottle/aptitudeAudit/aptitudeAudit",
  810. "style": {
  811. "navigationBarTitleText": "资格审核"
  812. }
  813. },
  814. {
  815. "path": "views/gasBottle/aptitudeAudit/aptitudeAuditDetail",
  816. "style": {
  817. "navigationBarTitleText": "资格审核"
  818. }
  819. },
  820. {
  821. "path": "views/gasBottle/aptitudeAudit/aptitudeAuditCheck",
  822. "style": {
  823. "navigationBarTitleText": "资格审核"
  824. }
  825. },
  826. /* 气瓶归还登记 */
  827. {
  828. "path": "views/gasBottle/leaveConfirm/amendAir",
  829. "style": {
  830. "navigationBarTitleText": "修改气压"
  831. }
  832. },
  833. {
  834. "path": "views/gasBottle/leaveConfirm/leaveConfirm",
  835. "style": {
  836. "navigationBarTitleText": "出库确认"
  837. }
  838. },
  839. /* 气瓶归还登记 */
  840. {
  841. "path": "views/gasBottle/useRegister/giveRegister",
  842. "style": {
  843. "navigationBarTitleText": "归还登记"
  844. }
  845. },
  846. /* 气瓶使用登记 */
  847. {
  848. "path": "views/gasBottle/useRegister/useRegister",
  849. "style": {
  850. "navigationBarTitleText": "使用登记"
  851. }
  852. },
  853. /* 气瓶使用记录 */
  854. {
  855. "path": "views/gasBottle/useRecord/useRecordDetail",
  856. "style": {
  857. "navigationBarTitleText": "使用详情"
  858. }
  859. },
  860. {
  861. "path": "views/gasBottle/useRecord/useRecord",
  862. "style": {
  863. "navigationBarTitleText": "使用记录"
  864. }
  865. },
  866. /* 气瓶列表 */
  867. {
  868. "path": "views/gasBottle/gasList/gasListBinding",
  869. "style": {
  870. "navigationBarTitleText": "气瓶详情"
  871. }
  872. },
  873. {
  874. "path": "views/gasBottle/gasList/gasUseDetail",
  875. "style": {
  876. "navigationBarTitleText": "使用详情"
  877. }
  878. },
  879. {
  880. "path": "views/gasBottle/gasList/gasListDetail",
  881. "style": {
  882. "navigationBarTitleText": "气瓶详情"
  883. }
  884. },
  885. {
  886. "path": "views/gasBottle/gasList/gasList",
  887. "style": {
  888. "navigationBarTitleText": "气瓶列表"
  889. }
  890. },
  891. /* 气瓶申请 */
  892. {
  893. "path": "views/gasBottle/gasApply/awaitStorage",
  894. "style": {
  895. "navigationBarTitleText": "待入库"
  896. }
  897. },
  898. {
  899. "path": "views/gasBottle/gasApply/gasApplyReject",
  900. "style": {
  901. "navigationBarTitleText": "拒收气瓶"
  902. }
  903. },
  904. {
  905. "path": "views/gasBottle/gasApply/gasApplyList",
  906. "style": {
  907. "navigationBarTitleText": "申请详情"
  908. }
  909. },
  910. {
  911. "path": "views/gasBottle/gasApply/gasApplyAdd", //添加
  912. "style": {
  913. "navigationBarTitleText": "申请气瓶"
  914. }
  915. },
  916. {
  917. "path": "views/gasBottle/gasApply/gasApply",
  918. "style": {
  919. "navigationBarTitleText": "气瓶申请"
  920. }
  921. },
  922. /* 资格申请 */
  923. {
  924. "path": "views/gasBottle/examination/examinationSelect", //添加
  925. "style": {
  926. "navigationBarTitleText": "选择气瓶"
  927. }
  928. },
  929. {
  930. "path": "views/gasBottle/examination/examinationAdd", //添加
  931. "style": {
  932. "navigationBarTitleText": "资格申请"
  933. }
  934. },
  935. {
  936. "path": "views/gasBottle/examination/examinationDetail",
  937. "style": {
  938. "navigationBarTitleText": "资格申请"
  939. }
  940. },
  941. {
  942. "path": "views/gasBottle/examination/examination",
  943. "style": {
  944. "navigationBarTitleText": "资格申请"
  945. }
  946. },
  947. {
  948. "path": "views/gasBottle/gasManage/gasManage",
  949. "style": {
  950. "navigationBarTitleText": "用气管理"
  951. }
  952. }
  953. ]
  954. },
  955. {
  956. /* 安全检查分包 */
  957. "root": "pages_safetyCheck", //分包根路径
  958. "name": "safetyCheck", //分包名字可写可不写
  959. "pages": [{
  960. "path": "views/safetyCheck",
  961. "style": {
  962. "navigationBarTitleText": "安全检查"
  963. }
  964. },
  965. {
  966. "path": "views/inspectManage/inspectAdd",
  967. "style": {
  968. "navigationBarTitleText": "开始检查"
  969. }
  970. },
  971. {
  972. "path": "views/inspectManage/conductInspections",
  973. "style": {
  974. "navigationBarTitleText": "开展检查"
  975. }
  976. },
  977. {
  978. "path": "views/inspectManage/hiddenDangerRecord",
  979. "style": {
  980. "navigationBarTitleText": "隐患记录"
  981. }
  982. },
  983. {
  984. "path": "views/inspectManage/inspectList",
  985. "style": {
  986. "navigationBarTitleText": "检查"
  987. }
  988. },
  989. {
  990. "path": "views/itemsManage/hiddenDangerItemsSearch",
  991. "style": {
  992. "navigationBarTitleText": "隐患项搜索"
  993. }
  994. },
  995. {
  996. "path": "views/itemsManage/hiddenDangerItems",
  997. "style": {
  998. "navigationBarTitleText": "隐患项"
  999. }
  1000. },
  1001. {
  1002. "path": "views/itemsManage/hiddenDangerRectification",
  1003. "style": {
  1004. "navigationBarTitleText": "隐患项整改"
  1005. }
  1006. },
  1007. {
  1008. "path": "views/itemsManage/hiddenDangerItemsDetail",
  1009. "style": {
  1010. "navigationBarTitleText": "检查详情"
  1011. }
  1012. },
  1013. {
  1014. "path": "views/snapshotManage/snapshotDetail",
  1015. "style": {
  1016. "navigationBarTitleText": "随手拍详情"
  1017. }
  1018. },
  1019. {
  1020. "path": "views/snapshotManage/snapshotList",
  1021. "style": {
  1022. "navigationBarTitleText": "随手拍"
  1023. }
  1024. },
  1025. {
  1026. "path": "views/snapshotManage/snapshotItems",
  1027. "style": {
  1028. "navigationBarTitleText": "随手拍整改项"
  1029. }
  1030. },
  1031. {
  1032. "path": "views/snapshotManage/laboratorySearch",
  1033. "style": {
  1034. "navigationBarTitleText": "搜索实验室"
  1035. }
  1036. },
  1037. {
  1038. "path": "views/snapshotManage/snapshotRectification",
  1039. "style": {
  1040. "navigationBarTitleText": "整改"
  1041. }
  1042. },
  1043. {
  1044. "path": "views/materialAttachments",
  1045. "style": {
  1046. "navigationBarTitleText": "材料附件"
  1047. }
  1048. },
  1049. {
  1050. "path": "views/planDetail",
  1051. "style": {
  1052. "navigationBarTitleText": "计划详情"
  1053. }
  1054. }
  1055. ]
  1056. }
  1057. ],
  1058. "globalStyle": {
  1059. "navigationBarTextStyle": "white", //导航文字颜色
  1060. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  1061. }
  1062. }