pages.json 27 KB

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