pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. }
  9. }, {
  10. "path": "pages/tabbar/workbench/workbench",
  11. "style": {
  12. "navigationBarTitleText": "工作台"
  13. }
  14. }, {
  15. "path": "pages/tabbar/production/production",
  16. "style": {
  17. "navigationBarTitleText": "生产数据"
  18. }
  19. }, {
  20. "path": "pages/tabbar/my/my",
  21. "style": {
  22. "navigationBarTitleText": "个人中心"
  23. }
  24. }, {
  25. "path": "pages/production/production_report/production_report",
  26. "style": {
  27. "navigationBarTitleText": "生产报表"
  28. }
  29. }, {
  30. "path": "pages/production/production_report/detail/detail",
  31. "style": {
  32. "navigationBarTitleText": " "
  33. }
  34. }, {
  35. "path": "pages/production/safety_monitoring/safety_monitoring",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. }, {
  40. "path": "pages/production/safety_monitoring/safety_monitoring_name_detail/safety_monitoring_name_detail",
  41. "style": {
  42. "navigationBarTitleText": ""
  43. }
  44. }, {
  45. "path": "pages/production/safety_monitoring/safety_monitoring_status_detail/safety_monitoring_status_detail",
  46. "style": {
  47. "navigationBarTitleText": ""
  48. }
  49. }, {
  50. "path": "pages/production/safety_monitoring/safety_monitoring_search/safety_monitoring_search",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. }, {
  55. "path": "pages/production/personnel_orientation/personnel_orientation",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. }
  60. ,{
  61. "path" : "pages/production/personnel_orientation/search/search",
  62. "style" :
  63. {
  64. "navigationStyle": "custom"
  65. }
  66. }
  67. ,{
  68. "path" : "pages/production/personnel_orientation/depart-people/depart-people",
  69. "style" :
  70. {
  71. "navigationBarTitleText": ""
  72. }
  73. }
  74. ,{
  75. "path" : "pages/production/personnel_orientation/depart-people-2/depart-people-2",
  76. "style" :
  77. {
  78. "navigationBarTitleText": ""
  79. }
  80. }
  81. ,{
  82. "path" : "pages/production/personnel_orientation/downhole_statistics/downhole_statistics",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "下井记录"
  86. }
  87. }
  88. ,{
  89. "path" : "pages/production/personnel_orientation/people_track/people_track",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "下井轨迹"
  93. }
  94. }
  95. ,{
  96. "path" : "pages/ningdongyunying/production_statistics/production_statistics",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "生产统计"
  100. }
  101. }
  102. ,{
  103. "path" : "pages/ningdongyunying/personnel_orientation/personnel_orientation",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ,{
  111. "path" : "pages/ningdongyunying/safety_monitoring/safety_monitoring",
  112. "style" :
  113. {
  114. "navigationBarTitleText": "",
  115. "enablePullDownRefresh": false
  116. }
  117. }
  118. ],
  119. "globalStyle": {
  120. "navigationBarTextStyle": "white",
  121. "navigationBarTitleText": " ",
  122. "navigationBarBackgroundColor": "#009FE8",
  123. "backgroundColor": "#FFFFFF"
  124. },
  125. "tabBar": {
  126. "selectedColor": "#44A0DE",
  127. "list": [{
  128. "text": "首页",
  129. "pagePath": "pages/tabbar/index/index",
  130. "iconPath": "static/tabbar/home.png",
  131. "selectedIconPath": "static/tabbar/home_active.png"
  132. },
  133. {
  134. "text": "工作台",
  135. "pagePath": "pages/tabbar/workbench/workbench",
  136. "iconPath": "static/tabbar/work.png",
  137. "selectedIconPath": "static/tabbar/work_active.png"
  138. },
  139. {
  140. "text": "生产数据",
  141. "pagePath": "pages/tabbar/production/production",
  142. "iconPath": "static/tabbar/production.png",
  143. "selectedIconPath": "static/tabbar/production_active.png"
  144. },
  145. {
  146. "text": "个人中心",
  147. "pagePath": "pages/tabbar/my/my",
  148. "iconPath": "static/tabbar/my.png",
  149. "selectedIconPath": "static/tabbar/my_active.png"
  150. }
  151. ]
  152. }
  153. }