pages.json 22 KB

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