pages.json 24 KB

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