pages.json 30 KB

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