pages.json 20 KB

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