pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/views/home/home", //首页
  5. "style": {
  6. "navigationBarTitleText": "实验室安全智慧化管控系统",
  7. "navigationBarTextStyle": "white", //导航文字颜色
  8. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  9. // "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/views/teacherPage/laboratoryList", //实验室列表
  14. "style": {
  15. "navigationBarTitleText": "实验室安全智慧化管控系统",
  16. "navigationBarTextStyle": "white", //导航文字颜色
  17. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  18. }
  19. },
  20. {
  21. "path": "pages/views/information/information", //消息
  22. "style": {
  23. "navigationBarTitleText": "消息"
  24. }
  25. },
  26. {
  27. "path": "pages/views/information/informationInfo", //消息
  28. "style": {
  29. "navigationBarTitleText": "消息详情"
  30. }
  31. },
  32. {
  33. "path": "pages/views/mine/mine", //我的
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "navigationBarTextStyle": "white", //导航文字颜色
  37. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  38. }
  39. },
  40. {
  41. "path": "pages/views/login/login", //登录
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "navigationBarTextStyle": "white", //导航文字颜色
  45. "navigationStyle": "custom" //关闭原生导航
  46. }
  47. },
  48. {
  49. "path": "pages/views/login/patrolLogin", //登录
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "navigationBarTextStyle": "white", //导航文字颜色
  53. "navigationStyle": "custom" //关闭原生导航
  54. }
  55. },
  56. // {
  57. // "path": "pages/views/login/accountLogin", //账号密码登录
  58. // "style": {
  59. // "navigationBarTitleText": "账号密码登录",
  60. // "navigationBarTextStyle": "white", //导航文字颜色
  61. // "navigationBarBackgroundColor": "#0183FA" //导航背景色
  62. // }
  63. // },
  64. {
  65. "path": "pages/views/login/ssoLogin", //统一认证页面
  66. "style": {
  67. "navigationBarTitleText": "统一身份认证",
  68. "navigationBarTextStyle": "white", //导航文字颜色
  69. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  70. }
  71. },
  72. {
  73. "path": "pages/views/login/ssoLoginH5", //统一认证页面
  74. "style": {
  75. "navigationBarTitleText": "统一身份认证",
  76. "navigationBarTextStyle": "white", //导航文字颜色
  77. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  78. }
  79. },
  80. {
  81. "path": "pages/views/login/ssoCertification", //统一认证后跳转登录页面
  82. "style": {
  83. "navigationBarTitleText": "身份认证",
  84. "navigationBarTextStyle": "white", //导航文字颜色
  85. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  86. }
  87. },
  88. {
  89. "path": "pages/views/scanCodePage", //扫码页面
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "navigationBarTextStyle": "white", //导航文字颜色
  93. "navigationStyle": "custom" //关闭原生导航
  94. }
  95. },
  96. {
  97. "path": "pages/views/pageScanCodePage", //内部扫码页面
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "navigationBarTextStyle": "white", //导航文字颜色
  101. "navigationStyle": "custom" //关闭原生导航
  102. }
  103. },
  104. {
  105. "path": "pages/views/saoCode/saoCode", //扫码中转
  106. "style": {
  107. "navigationBarTitleText": "",
  108. "navigationBarTextStyle": "white", //导航文字颜色
  109. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  110. }
  111. },
  112. {
  113. "path": "pages/views/saoCode/chemicalsInstructionsVideo", //操作教程
  114. "style": {
  115. "navigationBarTitleText": "操作教程",
  116. "navigationBarTextStyle": "white", //导航文字颜色
  117. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  118. }
  119. },
  120. {
  121. "path": "pages/views/pages_patrolInspector/courseQRcode",
  122. "style": {
  123. "navigationBarTitleText": "课程详情",
  124. "navigationBarTextStyle": "white", //导航文字颜色
  125. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  126. }
  127. },
  128. {
  129. "path": "pages/views/pages_patrolInspector/chemicalCabinetQRcode",
  130. "style": {
  131. "navigationBarTitleText": "化学品柜详情",
  132. "navigationBarTextStyle": "white", //导航文字颜色
  133. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  134. }
  135. },
  136. {
  137. "path": "pages/views/pages_patrolInspector/chemicalDetail",
  138. "style": {
  139. "navigationBarTitleText": "化学品详情",
  140. "navigationBarTextStyle": "white", //导航文字颜色
  141. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  142. }
  143. },
  144. {
  145. "path": "pages/views/demo/index", //测试页面
  146. "style": {
  147. "navigationBarTitleText": "测试页面",
  148. "navigationBarTextStyle": "white", //导航文字颜色
  149. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  150. }
  151. },
  152. {
  153. "path": "pages/views/demo/mqttDemo", //mqtt测试
  154. "style": {
  155. "navigationBarTitleText": "mqtt测试",
  156. "navigationBarTextStyle": "white", //导航文字颜色
  157. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  158. }
  159. },
  160. {
  161. "path": "pages/views/videoPlayer", //视频监控测试
  162. "style": {
  163. "navigationBarTitleText": "",
  164. "navigationBarTextStyle": "white", //导航文字颜色
  165. "navigationStyle": "custom" //关闭原生导航
  166. }
  167. }
  168. ],
  169. "subPackages": [
  170. // {
  171. // "root": "devTools/page",
  172. // "name": "devToolsPage",
  173. // "pages": [
  174. // {
  175. // "path": "index",
  176. // "style": {
  177. // "navigationStyle": "custom"
  178. // // #ifdef APP-PLUS
  179. // ,
  180. // "softinputMode": "adjustResize",
  181. // "backgroundColor": "transparent",
  182. // "animationDuration": 1,
  183. // "animationType": "none",
  184. // "popGesture": "none",
  185. // "bounce": "none",
  186. // "titleNView": false
  187. // // #endif
  188. // }
  189. // }
  190. // ]
  191. // },
  192. {
  193. /* 基础分包 */
  194. "root": "pages_basics", //分包根路径
  195. "name": "basics", //分包名字可写可不写
  196. "pages": [{
  197. "path": "views/forgotPassword/forgotPassword", //忘记密码
  198. "style": {
  199. "navigationBarTitleText": "忘记密码",
  200. "navigationBarTextStyle": "white", //导航文字颜色
  201. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  202. }
  203. },
  204. {
  205. "path": "views/editPassword/editPassword", //忘记密码
  206. "style": {
  207. "navigationBarTitleText": "修改密码",
  208. "navigationBarTextStyle": "white", //导航文字颜色
  209. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  210. }
  211. },
  212. {
  213. "path": "views/completeInformation/completeInformation", //忘记密码
  214. "style": {
  215. "navigationBarTitleText": "完善个人信息",
  216. "navigationBarTextStyle": "white", //导航文字颜色
  217. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  218. }
  219. },
  220. /* 设备管理和笼位管理页面 */
  221. {
  222. "path": "views/deviceCageSitePage",
  223. "style": {
  224. "navigationBarTitleText": ""
  225. }
  226. },
  227. /* 修改头像 */
  228. {
  229. "path": "views/avatar",
  230. "style": {
  231. "navigationBarTitleText": "身份验证"
  232. }
  233. },
  234. {
  235. "path": "views/faceImage", //身份验证
  236. "style": {
  237. "navigationBarTitleText": "身份验证"
  238. }
  239. },
  240. {
  241. "path": "views/signature/signature",
  242. "style": {
  243. "navigationBarTitleText": "电子签名"
  244. }
  245. },
  246. {
  247. "path": "views/signature/signatureImg",
  248. "style": {
  249. "navigationBarTitleText": "电子签名"
  250. }
  251. },
  252. /* 离开检查 */
  253. {
  254. "path": "views/photoInspection",
  255. "style": {
  256. "navigationBarTitleText": "离开检查"
  257. }
  258. },
  259. /* 预警信息 */
  260. {
  261. "path": "views/earlyWarningManage/earlyWarningDetail",
  262. "style": {
  263. "navigationBarTitleText": "预案预警信息"
  264. }
  265. },
  266. {
  267. "path": "views/earlyWarningManage/earlyWarningList",
  268. "style": {
  269. "navigationBarTitleText": "预警记录"
  270. }
  271. },
  272. {
  273. "path": "views/earlyWarningManage/videoMonitoring",
  274. "style": {
  275. "navigationBarTitleText": "监控信息"
  276. }
  277. },
  278. {
  279. "path": "views/earlyWarningManage/warningVideo",
  280. "style": {
  281. "navigationBarTitleText": "报警抓拍"
  282. }
  283. },
  284. /* 进出记录 */
  285. {
  286. "path": "views/record/index",
  287. "style": {
  288. "navigationBarTitleText": "进出记录"
  289. }
  290. },
  291. {
  292. "path": "views/record/infoPage",
  293. "style": {
  294. "navigationBarTitleText": "进出详情"
  295. }
  296. },
  297. /* 分级管控 */
  298. {
  299. "path": "views/gradingControl/gradingControl", //分级管控
  300. "style": {
  301. "navigationBarTitleText": "管控工作"
  302. }
  303. },
  304. {
  305. "path": "views/gradingControl/gradingControlFinish", //分级管控-完成列表
  306. "style": {
  307. "navigationBarTitleText": "分级管控"
  308. }
  309. },
  310. {
  311. "path": "views/gradingControl/gradingControlAdd", //分级管控-添加
  312. "style": {
  313. "navigationBarTitleText": "分级管控"
  314. }
  315. },
  316. {
  317. "path": "views/gradingControl/gradingControlDetail", //分级管控-详情
  318. "style": {
  319. "navigationBarTitleText": "分级管控"
  320. }
  321. },
  322. /* 积分管理 */
  323. {
  324. "path": "views/integralManage/codeSuccess", //扫码成功
  325. "style": {
  326. "navigationBarTitleText": "扫码成功"
  327. }
  328. },
  329. /* 证书引导 */
  330. {
  331. "path": "views/certificate", //扫码成功
  332. "style": {
  333. "navigationBarTitleText": "证书引导"
  334. }
  335. }
  336. ]
  337. },
  338. {
  339. /* 学生端分包 */
  340. "root": "pages_student", //分包根路径
  341. "name": "student", //分包名字可写可不写
  342. "pages": [
  343. /*准入申请*/
  344. {
  345. "path": "views/accessApplication/accessApplication", //准入申请
  346. "style": {
  347. "navigationBarTitleText": "安全准入"
  348. }
  349. },
  350. {
  351. "path": "views/accessApplication/applicationDetails", //申请详情
  352. "style": {
  353. "navigationBarTitleText": ""
  354. }
  355. },
  356. {
  357. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  358. "style": {
  359. "navigationBarTitleText": "安全准入"
  360. }
  361. },
  362. {
  363. "path": "views/accessApplication/newApplication", //选择实验室
  364. "style": {
  365. "navigationBarTitleText": "准入申请"
  366. }
  367. },
  368. {
  369. "path": "views/accessApplication/safeAccess", //安全准入
  370. "style": {
  371. "navigationBarTitleText": "我的准入"
  372. }
  373. },
  374. // 我的进出记录
  375. {
  376. "path": "views/myRecord/index",
  377. "style": {
  378. "navigationBarTitleText": "进出记录"
  379. }
  380. },
  381. {
  382. "path": "views/myRecord/infoPage",
  383. "style": {
  384. "navigationBarTitleText": "进出详情"
  385. }
  386. }
  387. ]
  388. },
  389. {
  390. /* 管理端分包 */
  391. "root": "pages_manage", //分包根路径
  392. "name": "manage", //分包名字可写可不写
  393. "pages": [
  394. //门禁授权
  395. {
  396. "path": "views/accessControl/empowerOpen",
  397. "style": {
  398. "navigationBarTitleText": "授权开门"
  399. }
  400. },
  401. {
  402. "path": "views/accessControl/remoteOpen",
  403. "style": {
  404. "navigationBarTitleText": "远程开门"
  405. }
  406. },
  407. {
  408. "path": "views/accessControl/authorizationRecord",
  409. "style": {
  410. "navigationBarTitleText": "授权记录"
  411. }
  412. },
  413. {
  414. "path": "views/accessControl/searchSub",
  415. "style": {
  416. "navigationBarTitleText": "实验室"
  417. }
  418. },
  419. /* 准入审核 */
  420. {
  421. "path": "views/accessQualification/accessQualification",
  422. "style": {
  423. "navigationBarTitleText": "准入审核"
  424. }
  425. },
  426. {
  427. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  428. "style": {
  429. "navigationBarTitleText": ""
  430. }
  431. },
  432. {
  433. "path": "views/accessQualification/approve", //不通过原因
  434. "style": {
  435. "navigationBarTitleText": "审核未通过"
  436. }
  437. },
  438. //应急处置-实验室列表
  439. {
  440. "path": "views/emergencyEvacuationSubList", //应急疏散
  441. "style": {
  442. "navigationBarTitleText": "应急处置"
  443. }
  444. },
  445. //应急处置
  446. {
  447. "path": "views/emergencyEvacuationBig", //应急疏散
  448. "style": {
  449. "navigationBarTitleText": "应急处置"
  450. }
  451. },
  452. {
  453. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  454. "style": {
  455. "navigationBarTitleText": "应急处置",
  456. "pageOrientation": "landscape"
  457. }
  458. },
  459. //实验室
  460. {
  461. "path": "views/laboratory/safetyCardScan",
  462. "style": {
  463. "navigationBarTitleText": "实验室"
  464. }
  465. },
  466. {
  467. "path": "views/laboratory/videoPlayer", //视频监控
  468. "style": {
  469. "navigationBarTitleText": "视频监控",
  470. "enablePullDownRefresh": true
  471. }
  472. }
  473. ]
  474. },
  475. {
  476. /* 安全检查分包 */
  477. "root": "pages_safetyCheck", //分包根路径
  478. "name": "safetyCheck", //分包名字可写可不写
  479. "pages": [{
  480. "path": "views/safetyCheck",
  481. "style": {
  482. "navigationBarTitleText": "安全检查"
  483. }
  484. },
  485. {
  486. "path": "views/inspectManage/inspectAdd",
  487. "style": {
  488. "navigationBarTitleText": "开始检查"
  489. }
  490. },
  491. {
  492. "path": "views/inspectManage/conductInspections",
  493. "style": {
  494. "navigationBarTitleText": "开展检查"
  495. }
  496. },
  497. {
  498. "path": "views/inspectManage/hiddenDangerRecord",
  499. "style": {
  500. "navigationBarTitleText": "隐患记录"
  501. }
  502. },
  503. {
  504. "path": "views/inspectManage/inspectList",
  505. "style": {
  506. "navigationBarTitleText": "检查"
  507. }
  508. },
  509. {
  510. "path": "views/itemsManage/hiddenDangerItemsSearch",
  511. "style": {
  512. "navigationBarTitleText": "隐患项搜索"
  513. }
  514. },
  515. {
  516. "path": "views/itemsManage/hiddenDangerItems",
  517. "style": {
  518. "navigationBarTitleText": "隐患项"
  519. }
  520. },
  521. {
  522. "path": "views/itemsManage/hiddenDangerRectification",
  523. "style": {
  524. "navigationBarTitleText": "隐患项整改"
  525. }
  526. },
  527. {
  528. "path": "views/itemsManage/hiddenDangerItemsDetail",
  529. "style": {
  530. "navigationBarTitleText": "检查详情"
  531. }
  532. },
  533. {
  534. "path": "views/snapshotManage/snapshotDetail",
  535. "style": {
  536. "navigationBarTitleText": "随手拍详情"
  537. }
  538. },
  539. {
  540. "path": "views/snapshotManage/snapshotList",
  541. "style": {
  542. "navigationBarTitleText": "随手拍"
  543. }
  544. },
  545. {
  546. "path": "views/snapshotManage/snapshotItems",
  547. "style": {
  548. "navigationBarTitleText": "随手拍整改项"
  549. }
  550. },
  551. {
  552. "path": "views/snapshotManage/laboratorySearch",
  553. "style": {
  554. "navigationBarTitleText": "搜索实验室"
  555. }
  556. },
  557. {
  558. "path": "views/snapshotManage/snapshotRectification",
  559. "style": {
  560. "navigationBarTitleText": "整改"
  561. }
  562. },
  563. {
  564. "path": "views/materialAttachments",
  565. "style": {
  566. "navigationBarTitleText": "材料附件"
  567. }
  568. },
  569. {
  570. "path": "views/planDetail",
  571. "style": {
  572. "navigationBarTitleText": "计划详情"
  573. }
  574. }
  575. ]
  576. },
  577. {
  578. /* 设备使用 */
  579. "root": "pages_equipmentUtilization", //分包根路径
  580. "name": "equipmentUtilization", //分包名字可写可不写
  581. "pages": [
  582. {
  583. "path": "views/equipmentInformation/index",
  584. "style": {
  585. "navigationBarTitleText": "设备使用系统"
  586. }
  587. }
  588. ]
  589. }
  590. ],
  591. "globalStyle": {
  592. "navigationBarTextStyle": "white", //导航文字颜色
  593. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  594. }
  595. }