pages.json 22 KB

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