pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",//登录
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationBarTextStyle": "white", //导航文字颜色
  8. "navigationStyle":"custom" //关闭原生导航
  9. }
  10. },
  11. {
  12. "path": "pages/mine/mine",//我的
  13. "style": {
  14. "navigationBarTitleText": "我的",
  15. "navigationBarTextStyle": "white", //导航文字颜色
  16. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  17. }
  18. },
  19. // {
  20. // "path": "pages/information/information",//消息
  21. // "style": {
  22. // "navigationBarTitleText": "消息"
  23. // }
  24. // },
  25. {
  26. "path": "pages/home/home",//首页
  27. "style": {
  28. "navigationBarTitleText": "实验室安全智能监测与控制系统",
  29. "navigationBarTextStyle": "white", //导航文字颜色
  30. "navigationBarBackgroundColor": "#0183FA" ,//导航背景色
  31. "navigationStyle": "custom"
  32. }
  33. }
  34. ],
  35. "subPackages": [
  36. {
  37. /* 供应商端分包 */
  38. "root": "pages_supplier", //分包根路径
  39. "name": "supplier", //分包名字可写可不写
  40. "pages": [
  41. ]
  42. },
  43. {
  44. /* 基础分包 */
  45. "root": "page_basics", //分包根路径
  46. "name": "basics", //分包名字可写可不写
  47. "pages": [
  48. {
  49. "path": "photoInspection",
  50. "style": {
  51. "navigationBarTitleText": "离开检查"
  52. }
  53. },
  54. {
  55. "path": "accessQualification/accessQualification",
  56. "style": {
  57. "navigationBarTitleText": "准入审核"
  58. }
  59. },
  60. /* 预警信息 */
  61. {
  62. "path": "earlyWarningManage/earlyWarningDetail",
  63. "style": {
  64. "navigationBarTitleText": "预案预警信息"
  65. }
  66. },
  67. {
  68. "path": "earlyWarningManage/earlyWarningList",
  69. "style": {
  70. "navigationBarTitleText": "预警记录"
  71. }
  72. },
  73. {
  74. "path": "earlyWarningManage/videoMonitoring",
  75. "style": {
  76. "navigationBarTitleText": "监控信息"
  77. }
  78. }
  79. ]
  80. },
  81. {
  82. /* 学生端分包 */
  83. "root": "pages_student", //分包根路径
  84. "name": "student", //分包名字可写可不写
  85. "pages": [
  86. ]
  87. },
  88. {/* 管理端分包 */
  89. "root": "pages_manage", //分包根路径
  90. "name": "manage", //分包名字可写可不写
  91. "pages": [
  92. //应急处置
  93. {
  94. "path": "emergencyEvacuationBig",//应急疏散
  95. "style": {
  96. "navigationBarTitleText": "应急处置"
  97. }
  98. },
  99. {
  100. "path": "emergencyEvacuationBigFullScreen",//应急疏散
  101. "style": {
  102. "navigationBarTitleText": "应急处置",
  103. "pageOrientation": "landscape"
  104. }
  105. },
  106. /* 用气申请 */
  107. {
  108. "path": "gasBottle/useGasApply/useGasApply",
  109. "style": {
  110. "navigationBarTitleText": "用气申请"
  111. }
  112. },
  113. {
  114. "path": "gasBottle/useGasApply/useGasApplyAdd",
  115. "style": {
  116. "navigationBarTitleText": "申请用气"
  117. }
  118. },
  119. {
  120. "path": "gasBottle/useGasApply/useGasApplyDetail",
  121. "style": {
  122. "navigationBarTitleText": "申请详情"
  123. }
  124. },
  125. /* 资质审核 */
  126. {
  127. "path": "gasBottle/aptitudeAudit/aptitudeAudit",
  128. "style": {
  129. "navigationBarTitleText": "资格审核"
  130. }
  131. },
  132. {
  133. "path": "gasBottle/aptitudeAudit/aptitudeAuditDetail",
  134. "style": {
  135. "navigationBarTitleText": "资格审核"
  136. }
  137. },
  138. {
  139. "path": "gasBottle/aptitudeAudit/aptitudeAuditCheck",
  140. "style": {
  141. "navigationBarTitleText": "资格审核"
  142. }
  143. },
  144. /* 气瓶归还登记 */
  145. {
  146. "path": "gasBottle/leaveConfirm/amendAir",
  147. "style": {
  148. "navigationBarTitleText": "修改气压"
  149. }
  150. },
  151. {
  152. "path": "gasBottle/leaveConfirm/leaveConfirm",
  153. "style": {
  154. "navigationBarTitleText": "出库确认"
  155. }
  156. },
  157. /* 气瓶归还登记 */
  158. {
  159. "path": "gasBottle/useRegister/giveRegister",
  160. "style": {
  161. "navigationBarTitleText": "归还登记"
  162. }
  163. },
  164. /* 气瓶使用登记 */
  165. {
  166. "path": "gasBottle/useRegister/useRegister",
  167. "style": {
  168. "navigationBarTitleText": "使用登记"
  169. }
  170. },
  171. /* 气瓶使用记录 */
  172. {
  173. "path": "gasBottle/useRecord/useRecordDetail",
  174. "style": {
  175. "navigationBarTitleText": "使用详情"
  176. }
  177. },
  178. {
  179. "path": "gasBottle/useRecord/useRecord",
  180. "style": {
  181. "navigationBarTitleText": "使用记录"
  182. }
  183. },
  184. /* 气瓶列表 */
  185. {
  186. "path": "gasBottle/gasList/gasListBinding",
  187. "style": {
  188. "navigationBarTitleText": "气瓶详情"
  189. }
  190. },
  191. {
  192. "path": "gasBottle/gasList/gasUseDetail",
  193. "style": {
  194. "navigationBarTitleText": "使用详情"
  195. }
  196. },
  197. {
  198. "path": "gasBottle/gasList/gasListDetail",
  199. "style": {
  200. "navigationBarTitleText": "气瓶详情"
  201. }
  202. },
  203. {
  204. "path": "gasBottle/gasList/gasList",
  205. "style": {
  206. "navigationBarTitleText": "气瓶列表"
  207. }
  208. },
  209. /* 气瓶申请 */
  210. {
  211. "path": "gasBottle/gasApply/awaitStorage",
  212. "style": {
  213. "navigationBarTitleText": "待入库"
  214. }
  215. },
  216. {
  217. "path": "gasBottle/gasApply/gasApplyReject",
  218. "style": {
  219. "navigationBarTitleText": "拒收气瓶"
  220. }
  221. },
  222. {
  223. "path": "gasBottle/gasApply/gasApplyList",
  224. "style": {
  225. "navigationBarTitleText": "申请详情"
  226. }
  227. },
  228. {
  229. "path": "gasBottle/gasApply/gasApplyAdd",//添加
  230. "style": {
  231. "navigationBarTitleText": "申请气瓶"
  232. }
  233. },
  234. {
  235. "path": "gasBottle/gasApply/gasApply",
  236. "style": {
  237. "navigationBarTitleText": "气瓶申请"
  238. }
  239. },
  240. /* 资格申请 */
  241. {
  242. "path": "gasBottle/examination/examinationSelect",//添加
  243. "style": {
  244. "navigationBarTitleText": "选择气瓶"
  245. }
  246. },
  247. {
  248. "path": "gasBottle/examination/examinationAdd",//添加
  249. "style": {
  250. "navigationBarTitleText": "资格申请"
  251. }
  252. },
  253. {
  254. "path": "gasBottle/examination/examinationDetail",
  255. "style": {
  256. "navigationBarTitleText": "资格申请"
  257. }
  258. },
  259. {
  260. "path": "gasBottle/examination/examination",
  261. "style": {
  262. "navigationBarTitleText": "资格申请"
  263. }
  264. },
  265. {
  266. "path": "gasBottle/gasManage/gasManage",
  267. "style": {
  268. "navigationBarTitleText": "用气管理"
  269. }
  270. }
  271. ]
  272. },
  273. {
  274. /* 安全检查分包 */
  275. "root": "pages_safetyExamine", //分包根路径
  276. "name": "safetyExamine", //分包名字可写可不写
  277. "pages": [
  278. {
  279. "path": "safetyExamineWorkbench",
  280. "style": {
  281. "navigationBarTitleText": "安全检查"
  282. }
  283. },
  284. {
  285. "path": "patrolPlan/patrolPlanAdd",
  286. "style": {
  287. "navigationBarTitleText": "发起巡查计划"
  288. }
  289. },
  290. {
  291. "path": "patrolPlan/patrolPlanAddLab",
  292. "style": {
  293. "navigationBarTitleText": "选择实验室"
  294. }
  295. },
  296. {
  297. "path": "patrolPlan/patrolPlanAddContent",
  298. "style": {
  299. "navigationBarTitleText": "选择检查内容"
  300. }
  301. },
  302. {
  303. "path": "patrolPlan/patrolPlanAddMember",
  304. "style": {
  305. "navigationBarTitleText": "选择巡查组"
  306. }
  307. },
  308. {
  309. "path": "patrolPlan/patrolPlanList",
  310. "style": {
  311. "navigationBarTitleText": "校院巡查计划"
  312. }
  313. },
  314. {
  315. "path": "patrolPlan/patrolPlanDetail",
  316. "style": {
  317. "navigationBarTitleText": "计划详情"
  318. }
  319. },
  320. {
  321. "path": "patrolPlan/patrolPlanEdit",
  322. "style": {
  323. "navigationBarTitleText": "计划编辑"
  324. }
  325. },
  326. {
  327. "path": "examineManage/examineAddTow",
  328. "style": {
  329. "navigationBarTitleText": "开始检查"
  330. }
  331. },
  332. {
  333. "path": "examineManage/examineAdd",
  334. "style": {
  335. "navigationBarTitleText": "开始检查"
  336. }
  337. },
  338. {
  339. "path": "examineManage/examineDetail",
  340. "style": {
  341. "navigationBarTitleText": "检查详情"
  342. }
  343. },
  344. {
  345. "path": "examineManage/examineAddContent",
  346. "style": {
  347. "navigationBarTitleText": "开始检查"
  348. }
  349. },
  350. {
  351. "path": "examineManage/examineList",
  352. "style": {
  353. "navigationBarTitleText": "校院巡查管理"
  354. }
  355. },
  356. {
  357. "path": "dangerManage/dangerManage",
  358. "style": {
  359. "navigationBarTitleText": "隐患整改"
  360. }
  361. },
  362. {
  363. "path": "dangerManage/dangerList",
  364. "style": {
  365. "navigationBarTitleText": "安全隐患"
  366. }
  367. },
  368. {
  369. "path": "dangerManage/dangerDetail",
  370. "style": {
  371. "navigationBarTitleText": "安全隐患"
  372. }
  373. },
  374. {
  375. "path": "snapshotManage/snapshotDetail",
  376. "style": {
  377. "navigationBarTitleText": "待整改"
  378. }
  379. },
  380. {
  381. "path": "snapshotManage/snapshotAdd",
  382. "style": {
  383. "navigationBarTitleText": "随手拍上报"
  384. }
  385. },
  386. {
  387. "path": "snapshotManage/snapshotList",
  388. "style": {
  389. "navigationBarTitleText": "随手拍上报记录"
  390. }
  391. },
  392. {
  393. "path": "inforSign",
  394. "style": {
  395. "navigationBarTitleText": "安全信息牌"
  396. }
  397. }
  398. ]
  399. }
  400. ],
  401. "globalStyle": {
  402. "navigationBarTextStyle": "white", //导航文字颜色
  403. "navigationBarBackgroundColor": "#0183FA" //导航背景色
  404. }
  405. }