pages.json 15 KB

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