pages.json 21 KB

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