pages.json 25 KB

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