pages.json 26 KB

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