pages.json 20 KB

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