pages.json 23 KB

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