pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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/ssoCertification", //统一认证后跳转登录页面
  66. "style": {
  67. "navigationBarTitleText": "身份认证",
  68. "navigationBarTextStyle": "white", //导航文字颜色
  69. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  70. }
  71. },
  72. {
  73. "path": "pages/views/scanCodePage", //扫码页面
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationBarTextStyle": "white", //导航文字颜色
  77. "navigationStyle": "custom" //关闭原生导航
  78. }
  79. },
  80. {
  81. "path": "pages/views/saoCode/saoCode", //扫码中转
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "navigationBarTextStyle": "white", //导航文字颜色
  85. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  86. }
  87. },
  88. {
  89. "path": "pages/views/saoCode/chemicalsInstructionsVideo", //操作教程
  90. "style": {
  91. "navigationBarTitleText": "操作教程",
  92. "navigationBarTextStyle": "white", //导航文字颜色
  93. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  94. }
  95. },
  96. {
  97. "path": "pages/views/pages_patrolInspector/courseQRcode",
  98. "style": {
  99. "navigationBarTitleText": "课程详情",
  100. "navigationBarTextStyle": "white", //导航文字颜色
  101. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  102. }
  103. },
  104. {
  105. "path": "pages/views/pages_patrolInspector/chemicalCabinetQRcode",
  106. "style": {
  107. "navigationBarTitleText": "化学品柜详情",
  108. "navigationBarTextStyle": "white", //导航文字颜色
  109. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  110. }
  111. },
  112. {
  113. "path": "pages/views/pages_patrolInspector/chemicalDetail",
  114. "style": {
  115. "navigationBarTitleText": "化学品详情",
  116. "navigationBarTextStyle": "white", //导航文字颜色
  117. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  118. }
  119. },
  120. {
  121. "path": "pages/views/demo/index", //测试页面
  122. "style": {
  123. "navigationBarTitleText": "测试页面",
  124. "navigationBarTextStyle": "white", //导航文字颜色
  125. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  126. }
  127. },
  128. {
  129. "path": "pages/views/demo/mqttDemo", //mqtt测试
  130. "style": {
  131. "navigationBarTitleText": "mqtt测试",
  132. "navigationBarTextStyle": "white", //导航文字颜色
  133. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  134. }
  135. },
  136. {
  137. "path": "pages/views/videoPlayer", //视频监控测试
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "navigationBarTextStyle": "white", //导航文字颜色
  141. "navigationStyle": "custom" //关闭原生导航
  142. }
  143. }
  144. ],
  145. "subPackages": [
  146. // {
  147. // "root": "devTools/page",
  148. // "name": "devToolsPage",
  149. // "pages": [
  150. // {
  151. // "path": "index",
  152. // "style": {
  153. // "navigationStyle": "custom"
  154. // // #ifdef APP-PLUS
  155. // ,
  156. // "softinputMode": "adjustResize",
  157. // "backgroundColor": "transparent",
  158. // "animationDuration": 1,
  159. // "animationType": "none",
  160. // "popGesture": "none",
  161. // "bounce": "none",
  162. // "titleNView": false
  163. // // #endif
  164. // }
  165. // }
  166. // ]
  167. // },
  168. {
  169. /* 基础分包 */
  170. "root": "pages_basics", //分包根路径
  171. "name": "basics", //分包名字可写可不写
  172. "pages": [{
  173. "path": "views/forgotPassword/forgotPassword", //忘记密码
  174. "style": {
  175. "navigationBarTitleText": "忘记密码",
  176. "navigationBarTextStyle": "white", //导航文字颜色
  177. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  178. }
  179. },
  180. {
  181. "path": "views/editPassword/editPassword", //忘记密码
  182. "style": {
  183. "navigationBarTitleText": "修改密码",
  184. "navigationBarTextStyle": "white", //导航文字颜色
  185. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  186. }
  187. },
  188. {
  189. "path": "views/completeInformation/completeInformation", //忘记密码
  190. "style": {
  191. "navigationBarTitleText": "完善个人信息",
  192. "navigationBarTextStyle": "white", //导航文字颜色
  193. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  194. }
  195. },
  196. /* 修改头像 */
  197. {
  198. "path": "views/avatar",
  199. "style": {
  200. "navigationBarTitleText": "身份验证"
  201. }
  202. },
  203. {
  204. "path": "views/faceImage", //身份验证
  205. "style": {
  206. "navigationBarTitleText": "身份验证"
  207. }
  208. },
  209. {
  210. "path": "views/signature/signature",
  211. "style": {
  212. "navigationBarTitleText": "电子签名"
  213. }
  214. },
  215. {
  216. "path": "views/signature/signatureImg",
  217. "style": {
  218. "navigationBarTitleText": "电子签名"
  219. }
  220. },
  221. /* 离开检查 */
  222. {
  223. "path": "views/photoInspection",
  224. "style": {
  225. "navigationBarTitleText": "离开检查"
  226. }
  227. },
  228. /* 预警信息 */
  229. {
  230. "path": "views/earlyWarningManage/earlyWarningDetail",
  231. "style": {
  232. "navigationBarTitleText": "预案预警信息"
  233. }
  234. },
  235. {
  236. "path": "views/earlyWarningManage/earlyWarningList",
  237. "style": {
  238. "navigationBarTitleText": "预警记录"
  239. }
  240. },
  241. {
  242. "path": "views/earlyWarningManage/videoMonitoring",
  243. "style": {
  244. "navigationBarTitleText": "监控信息"
  245. }
  246. },
  247. {
  248. "path": "views/earlyWarningManage/warningVideo",
  249. "style": {
  250. "navigationBarTitleText": "报警抓拍"
  251. }
  252. },
  253. /* 进出记录 */
  254. {
  255. "path": "views/record/index",
  256. "style": {
  257. "navigationBarTitleText": "进出记录"
  258. }
  259. },
  260. {
  261. "path": "views/record/infoPage",
  262. "style": {
  263. "navigationBarTitleText": "进出详情"
  264. }
  265. },
  266. /* 分级管控 */
  267. {
  268. "path": "views/gradingControl/gradingControl", //分级管控
  269. "style": {
  270. "navigationBarTitleText": "管控工作"
  271. }
  272. },
  273. {
  274. "path": "views/gradingControl/gradingControlFinish", //分级管控-完成列表
  275. "style": {
  276. "navigationBarTitleText": "分级管控"
  277. }
  278. },
  279. {
  280. "path": "views/gradingControl/gradingControlAdd", //分级管控-添加
  281. "style": {
  282. "navigationBarTitleText": "分级管控"
  283. }
  284. },
  285. {
  286. "path": "views/gradingControl/gradingControlDetail", //分级管控-详情
  287. "style": {
  288. "navigationBarTitleText": "分级管控"
  289. }
  290. }
  291. ]
  292. },
  293. {
  294. /* 学生端分包 */
  295. "root": "pages_student", //分包根路径
  296. "name": "student", //分包名字可写可不写
  297. "pages": [
  298. /*准入申请*/
  299. {
  300. "path": "views/accessApplication/accessApplication", //准入申请
  301. "style": {
  302. "navigationBarTitleText": "安全准入"
  303. }
  304. },
  305. {
  306. "path": "views/accessApplication/applicationDetails", //申请详情
  307. "style": {
  308. "navigationBarTitleText": ""
  309. }
  310. },
  311. {
  312. "path": "views/accessApplication/chooseALaboratory", //选择实验室
  313. "style": {
  314. "navigationBarTitleText": "安全准入"
  315. }
  316. },
  317. {
  318. "path": "views/accessApplication/newApplication", //选择实验室
  319. "style": {
  320. "navigationBarTitleText": "准入申请"
  321. }
  322. },
  323. {
  324. "path": "views/accessApplication/safeAccess", //安全准入
  325. "style": {
  326. "navigationBarTitleText": "我的准入"
  327. }
  328. },
  329. // 我的进出记录
  330. {
  331. "path": "views/myRecord/index",
  332. "style": {
  333. "navigationBarTitleText": "进出记录"
  334. }
  335. },
  336. {
  337. "path": "views/myRecord/infoPage",
  338. "style": {
  339. "navigationBarTitleText": "进出详情"
  340. }
  341. }
  342. ]
  343. },
  344. {
  345. /* 管理端分包 */
  346. "root": "pages_manage", //分包根路径
  347. "name": "manage", //分包名字可写可不写
  348. "pages": [
  349. //门禁授权
  350. {
  351. "path": "views/accessControl/empowerOpen",
  352. "style": {
  353. "navigationBarTitleText": "授权开门"
  354. }
  355. },
  356. {
  357. "path": "views/accessControl/remoteOpen",
  358. "style": {
  359. "navigationBarTitleText": "远程开门"
  360. }
  361. },
  362. {
  363. "path": "views/accessControl/authorizationRecord",
  364. "style": {
  365. "navigationBarTitleText": "授权记录"
  366. }
  367. },
  368. {
  369. "path": "views/accessControl/searchSub",
  370. "style": {
  371. "navigationBarTitleText": "实验室"
  372. }
  373. },
  374. /* 准入审核 */
  375. {
  376. "path": "views/accessQualification/accessQualification",
  377. "style": {
  378. "navigationBarTitleText": "准入审核"
  379. }
  380. },
  381. {
  382. "path": "views/accessQualification/accessQualificationInfo", //准入资格证书申请详情
  383. "style": {
  384. "navigationBarTitleText": ""
  385. }
  386. },
  387. {
  388. "path": "views/accessQualification/approve", //不通过原因
  389. "style": {
  390. "navigationBarTitleText": "审核未通过"
  391. }
  392. },
  393. //应急处置-实验室列表
  394. {
  395. "path": "views/emergencyEvacuationSubList", //应急疏散
  396. "style": {
  397. "navigationBarTitleText": "应急处置"
  398. }
  399. },
  400. //应急处置
  401. {
  402. "path": "views/emergencyEvacuationBig", //应急疏散
  403. "style": {
  404. "navigationBarTitleText": "应急处置"
  405. }
  406. },
  407. {
  408. "path": "views/emergencyEvacuationBigFullScreen", //应急疏散
  409. "style": {
  410. "navigationBarTitleText": "应急处置",
  411. "pageOrientation": "landscape"
  412. }
  413. },
  414. //实验室
  415. {
  416. "path": "views/laboratory/safetyCardScan",
  417. "style": {
  418. "navigationBarTitleText": "实验室"
  419. }
  420. },
  421. {
  422. "path": "views/laboratory/videoPlayer", //视频监控
  423. "style": {
  424. "navigationBarTitleText": "视频监控",
  425. "enablePullDownRefresh": true
  426. }
  427. }
  428. ]
  429. },
  430. {
  431. /* 安全检查分包 */
  432. "root": "pages_safetyCheck", //分包根路径
  433. "name": "safetyCheck", //分包名字可写可不写
  434. "pages": [
  435. {
  436. "path": "views/demo/index",
  437. "style": {
  438. "navigationBarTitleText": "安全检查分包",
  439. "navigationBarTextStyle": "white", //导航文字颜色
  440. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  441. }
  442. }
  443. ]
  444. }
  445. ],
  446. "globalStyle": {
  447. "navigationBarTextStyle": "white", //导航文字颜色
  448. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  449. }
  450. }