pages.json 23 KB

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