pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // tabbar
  4. {
  5. "path": "pages/tabbar/index/index",
  6. "style": {
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. // "navigationBarTitleText": "智慧矿山"
  10. }
  11. },
  12. {
  13. "path": "pages/tabbar/origanization/origanization",
  14. "style": {
  15. "navigationBarTitleText": "通讯录"
  16. }
  17. }, {
  18. "path": "pages/tabbar/workbench/workbench",
  19. "style": {
  20. "navigationBarTitleText": "工作台"
  21. }
  22. }, {
  23. "path": "pages/tabbar/production/production",
  24. "style": {
  25. "navigationBarTitleText": "生产数据"
  26. }
  27. }, {
  28. "path": "pages/tabbar/my/my",
  29. "style": {
  30. "navigationBarTitleText": "个人中心"
  31. }
  32. },
  33. // ……其他页面配置
  34. {
  35. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  36. "style": {
  37. "disableScroll": true,
  38. "app-plus": {
  39. "backgroundColorTop": "transparent",
  40. "background": "transparent",
  41. "titleNView": false,
  42. "scrollIndicator": false,
  43. "popGesture": "none",
  44. "animationType": "fade-in",
  45. "animationDuration": 200
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/production/production_report/production_report",
  51. "style": {
  52. "navigationBarTitleText": "生产报表"
  53. }
  54. }, {
  55. "path": "pages/production/production_report/detail/detail",
  56. "style": {
  57. "navigationBarTitleText": " "
  58. }
  59. }, {
  60. "path": "pages/production/safety_monitoring/safety_monitoring",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. }, {
  65. "path": "pages/production/safety_monitoring/safety_monitoring_name_detail/safety_monitoring_name_detail",
  66. "style": {
  67. "navigationBarTitleText": ""
  68. }
  69. }, {
  70. "path": "pages/production/safety_monitoring/safety_monitoring_status_detail/safety_monitoring_status_detail",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. }, {
  75. "path": "pages/production/safety_monitoring/safety_monitoring_search/safety_monitoring_search",
  76. "style": {
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. "path": "pages/production/personnel_orientation/personnel_orientation",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. }, {
  85. "path": "pages/production/personnel_orientation/search/search",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. }, {
  90. "path": "pages/production/personnel_orientation/depart-people/depart-people",
  91. "style": {
  92. "navigationBarTitleText": ""
  93. }
  94. }, {
  95. "path": "pages/production/personnel_orientation/depart-people-2/depart-people-2",
  96. "style": {
  97. "navigationBarTitleText": ""
  98. }
  99. }, {
  100. "path": "pages/production/personnel_orientation/downhole_statistics/downhole_statistics",
  101. "style": {
  102. "navigationBarTitleText": "下井记录"
  103. }
  104. }, {
  105. "path": "pages/production/personnel_orientation/people_track/people_track",
  106. "style": {
  107. "navigationBarTitleText": "下井轨迹"
  108. }
  109. }, {
  110. "path": "pages/ningdongyunying/production_statistics/production_statistics",
  111. "style": {
  112. "navigationBarTitleText": "生产统计"
  113. }
  114. }, {
  115. "path": "pages/ningdongyunying/personnel_orientation/personnel_orientation",
  116. "style": {
  117. "navigationBarTitleText": "人员定位"
  118. }
  119. }, {
  120. "path": "pages/ningdongyunying/safety_monitoring/safety_monitoring",
  121. "style": {
  122. "navigationBarTitleText": "安全监测"
  123. }
  124. }, {
  125. "path": "pages/production/video_monitor/video_monitor",
  126. "style": {
  127. "navigationBarTitleText": ""
  128. }
  129. }, {
  130. "path": "pages/production/zidonghua/zidonghua",
  131. "style": {
  132. "navigationBarTitleText": ""
  133. }
  134. }, {
  135. "path": "pages/ningdongyunying/risk_precontrol/risk_precontrol",
  136. "style": {
  137. "navigationBarTitleText": "风险预控"
  138. }
  139. }, {
  140. "path": "pages/ningdongyunying/risk_precontrol/detail/detail",
  141. "style": {
  142. "navigationBarTitleText": "隐患详情"
  143. }
  144. }
  145. , {
  146. "path": "pages/index/news/news",
  147. "style": {
  148. "navigationBarTitleText": ""
  149. }
  150. }, {
  151. "path": "pages/index/news/news_list/news_list",
  152. "style": {
  153. "navigationBarTitleText": " "
  154. }
  155. }, {
  156. "path": "pages/my/login/login",
  157. "style": {
  158. "navigationStyle": "custom"
  159. }
  160. }, {
  161. "path": "pages/my/repassword/repassword",
  162. "style": {
  163. "navigationBarTitleText": "修改密码"
  164. }
  165. }, {
  166. "path": "pages/my/setPhone/setPhone",
  167. "style": {
  168. "navigationBarTitleText": "绑定手机"
  169. }
  170. }, {
  171. "path": "pages/my/download/download",
  172. "style": {
  173. "navigationBarTitleText": "下载二维码"
  174. }
  175. }, {
  176. "path": "pages/index/switch-kuang/switch-kuang",
  177. "style": {
  178. "navigationBarTitleText": "",
  179. "enablePullDownRefresh": false
  180. }
  181. }, {
  182. "path": "pages/index/record/record",
  183. "style": {
  184. "navigationBarTitleText": ""
  185. }
  186. }, {
  187. "path": "pages/index/record/record-video/record-video",
  188. "style": {
  189. "navigationBarTitleText": ""
  190. }
  191. }, {
  192. "path": "pages/my/message-reminder/message-reminder",
  193. "style": {
  194. "navigationBarTitleText": "消息提醒"
  195. }
  196. }, {
  197. "path": "pages/my/message-reminder/message-detail/message-detail",
  198. "style": {
  199. "navigationBarTitleText": ""
  200. }
  201. }, {
  202. "path": "pages/my/forget-password/forget-password",
  203. "style": {
  204. "navigationStyle": "custom"
  205. }
  206. }, {
  207. "path": "pages/workbench/h5/h5",
  208. "style": {
  209. // "navigationStyle": "custom"
  210. "navigationBarTitleText": " "
  211. }
  212. }, {
  213. "path": "pages/production/zaoquan/power_monitoring/power_monitoring",
  214. "style": {
  215. "navigationBarTitleText": "电力监控"
  216. }
  217. }, {
  218. "path": "pages/production/zaoquan/mine_water_treatment/mine_water_treatment",
  219. "style": {
  220. "navigationBarTitleText": "矿井水处理"
  221. }
  222. }, {
  223. "path": "pages/index/record/h5/h5",
  224. "style": {
  225. "navigationBarTitleText": " "
  226. }
  227. }, {
  228. "path": "pages/origanization/zaoquan/origanization/origanization",
  229. "style": {
  230. "navigationBarTitleText": "组织架构"
  231. }
  232. }, {
  233. "path": "pages/workbench/invoice_assistant/invoice_assistant",
  234. "style": {
  235. "navigationBarTitleText": "发票助手"
  236. }
  237. }
  238. ,{
  239. "path" : "pages/workbench/duty_information/duty_information",
  240. "style" :
  241. {
  242. "navigationBarTitleText": "值班信息"
  243. }
  244. }
  245. ,{
  246. "path" : "pages/index/search/search",
  247. "style" :
  248. {
  249. "navigationStyle":"custom"
  250. }
  251. }
  252. ],
  253. "globalStyle": {
  254. "navigationBarTextStyle": "white",
  255. "navigationBarTitleText": " ",
  256. "navigationBarBackgroundColor": "#009FE8",
  257. "backgroundColor": "#FFFFFF"
  258. },
  259. "tabBar": {
  260. "selectedColor": "#44A0DE",
  261. "list": [{
  262. "text": "首页",
  263. "pagePath": "pages/tabbar/index/index",
  264. "iconPath": "static/tabbar/home.png",
  265. "selectedIconPath": "static/tabbar/home_active.png"
  266. },
  267. {
  268. "text": "通讯录",
  269. "pagePath": "pages/tabbar/origanization/origanization",
  270. "iconPath": "static/tabbar/origanization.png",
  271. "selectedIconPath": "static/tabbar/origanization_active.png"
  272. },
  273. {
  274. "text": "工作台",
  275. "pagePath": "pages/tabbar/workbench/workbench",
  276. "iconPath": "static/tabbar/work.png",
  277. "selectedIconPath": "static/tabbar/work_active.png"
  278. },
  279. {
  280. "text": "生产数据",
  281. "pagePath": "pages/tabbar/production/production",
  282. "iconPath": "static/tabbar/production.png",
  283. "selectedIconPath": "static/tabbar/production_active.png"
  284. },
  285. {
  286. "text": "个人中心",
  287. "pagePath": "pages/tabbar/my/my",
  288. "iconPath": "static/tabbar/my.png",
  289. "selectedIconPath": "static/tabbar/my_active.png"
  290. }
  291. ]
  292. }
  293. }