pages.json 24 KB

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