pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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/communication/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. "path" : "pages/origanization/communication/origanization/search/search",
  254. "style" :
  255. {
  256. "navigationBarTitleText": "组织架构"
  257. }
  258. }
  259. ,{
  260. "path" : "pages/origanization/communication/origanization/my_department/my_department",
  261. "style" :
  262. {
  263. "navigationBarTitleText": "我的部门"
  264. }
  265. }
  266. ,{
  267. "path" : "pages/index/integral/integral",
  268. "style" :
  269. {
  270. "navigationBarTitleText": "积分"
  271. }
  272. }
  273. ,{
  274. "path" : "pages/index/integral/detail/detail",
  275. "style" :
  276. {
  277. "navigationBarTitleText": "积分明细"
  278. }
  279. }
  280. ,{
  281. "path" : "pages/workbench/gridding/gridding",
  282. "style" :
  283. {
  284. "navigationBarTitleText": " "
  285. }
  286. }
  287. ,{
  288. "path" : "pages/my/business-audit/business-audit",
  289. "style" :
  290. {
  291. "navigationBarTitleText": "工单审核"
  292. }
  293. }
  294. ,{
  295. "path" : "pages/my/business-audit/chakan/chakan",
  296. "style" :
  297. {
  298. "navigationBarTitleText": ""
  299. }
  300. }
  301. ,{
  302. "path" : "pages/my/business-audit/shenhe/shenhe",
  303. "style" :
  304. {
  305. "navigationBarTitleText": ""
  306. }
  307. }
  308. ,{
  309. "path" : "pages/my/business-my/business-my",
  310. "style" :
  311. {
  312. "navigationBarTitleText": "我的工单"
  313. }
  314. }
  315. ,{
  316. "path" : "pages/my/business-my/chakan/chakan",
  317. "style" :
  318. {
  319. "navigationBarTitleText": ""
  320. }
  321. }
  322. ,{
  323. "path" : "pages/workbench/business_classfication/business_classfication",
  324. "style" :
  325. {
  326. "navigationBarTitleText": ""
  327. }
  328. }
  329. ,{
  330. "path" : "pages/workbench/business_classfication/apply/apply",
  331. "style" :
  332. {
  333. "navigationBarTitleText": " "
  334. }
  335. }
  336. ,{
  337. "path" : "pages/my/signature/signature",
  338. "style" :
  339. {
  340. "navigationBarTitleText": "手写签名"
  341. }
  342. }
  343. ,{
  344. "path" : "pages/my/personal_information/personal_information",
  345. "style" :
  346. {
  347. "navigationBarTitleText": "个人信息"
  348. }
  349. }
  350. ,{
  351. "path" : "pages/production/zaoquan/zidonghua_list/zidonghua_list",
  352. "style" :
  353. {
  354. "navigationBarTitleText": ""
  355. }
  356. }
  357. ,{
  358. "path" : "pages/production/zaoquan/zidonghua_list/detail/detail",
  359. "style" :
  360. {
  361. "navigationBarTitleText": ""
  362. }
  363. }
  364. ,{
  365. "path" : "pages/workbench/downhole_statistics_user/downhole_statistics_user",
  366. "style" :
  367. {
  368. "navigationBarTitleText": "下井记录"
  369. }
  370. }
  371. ,{
  372. "path" : "pages/index/record/record-browse/record-browse",
  373. "style" :
  374. {
  375. "navigationBarTitleText": "浏览记录"
  376. }
  377. }
  378. ],
  379. "globalStyle": {
  380. "navigationBarTextStyle": "white",
  381. "navigationBarTitleText": " ",
  382. "navigationBarBackgroundColor": "#009FE8",
  383. "backgroundColor": "#FFFFFF"
  384. },
  385. "tabBar": {
  386. "selectedColor": "#44A0DE",
  387. "list": [{
  388. "text": "首页",
  389. "pagePath": "pages/tabbar/index/index",
  390. "iconPath": "static/tabbar/home.png",
  391. "selectedIconPath": "static/tabbar/home_active.png"
  392. },
  393. {
  394. "text": "通讯录",
  395. "pagePath": "pages/tabbar/origanization/origanization",
  396. "iconPath": "static/tabbar/origanization.png",
  397. "selectedIconPath": "static/tabbar/origanization_active.png"
  398. },
  399. {
  400. "text": "工作台",
  401. "pagePath": "pages/tabbar/workbench/workbench",
  402. "iconPath": "static/tabbar/work.png",
  403. "selectedIconPath": "static/tabbar/work_active.png"
  404. },
  405. {
  406. "text": "生产数据",
  407. "pagePath": "pages/tabbar/production/production",
  408. "iconPath": "static/tabbar/production.png",
  409. "selectedIconPath": "static/tabbar/production_active.png"
  410. },
  411. {
  412. "text": "个人中心",
  413. "pagePath": "pages/tabbar/my/my",
  414. "iconPath": "static/tabbar/my.png",
  415. "selectedIconPath": "static/tabbar/my_active.png"
  416. }
  417. ]
  418. }
  419. }