pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/common/companyHeader",
  10. "style": {
  11. "navigationBarTitleText": "公司头部",
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/common/windStatusPage",
  16. "style": {
  17. "navigationBarTitleText": "风场状态",
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "pages/home/index",
  22. "style": {
  23. "navigationBarTitleText": "首页",
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/home/stationIndex",
  28. "style": {
  29. "navigationBarTitleText": "场站首页",
  30. "navigationStyle": "custom",
  31. "app-plus": {
  32. "bounce": "none",
  33. "popGesture": "none"
  34. }
  35. }
  36. }, {
  37. "path": "pages/power/index",
  38. "style": {
  39. "navigationBarTitleText": "电量预测",
  40. "navigationStyle": "custom"
  41. }
  42. }, {
  43. "path": "pages/power/stationIndex",
  44. "style": {
  45. "navigationBarTitleText": "场站电量预测",
  46. "navigationStyle": "custom",
  47. "app-plus": {
  48. "bounce": "none",
  49. "popGesture": "none"
  50. }
  51. }
  52. }, {
  53. "path": "pages/type/index",
  54. "style": {
  55. "navigationBarTitleText": "故障分类",
  56. "navigationStyle": "custom"
  57. }
  58. }, {
  59. "path": "pages/type/stationIndex",
  60. "style": {
  61. "navigationBarTitleText": "场站故障分类",
  62. "navigationStyle": "custom",
  63. "app-plus": {
  64. "bounce": "none",
  65. "popGesture": "none"
  66. }
  67. }
  68. }, {
  69. "path": "pages/report/index",
  70. "style": {
  71. "navigationBarTitleText": "数据简报",
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/report/stationIndex",
  76. "style": {
  77. "navigationBarTitleText": "场站数据简报",
  78. "navigationStyle": "custom",
  79. "app-plus": {
  80. "bounce": "none",
  81. "popGesture": "none"
  82. }
  83. }
  84. }, {
  85. "path": "pages/warn/index",
  86. "style": {
  87. "navigationBarTitleText": "故障预警",
  88. "navigationStyle": "custom"
  89. }
  90. }, {
  91. "path": "pages/warn/faultWarnIndex",
  92. "style": {
  93. "navigationBarTitleText": "故障预警",
  94. "navigationStyle": "custom"
  95. }
  96. }, {
  97. "path": "pages/warn/stationIndex",
  98. "style": {
  99. "navigationBarTitleText": "场站故障预警",
  100. "navigationStyle": "custom",
  101. "app-plus": {
  102. "bounce": "none",
  103. "popGesture": "none"
  104. }
  105. }
  106. }, {
  107. "path": "pages/common/messagePage",
  108. "style": {
  109. "navigationBarTitleText": "消息",
  110. "navigationStyle": "custom"
  111. }
  112. }, {
  113. "path": "pages/common/stationListPage",
  114. "style": {
  115. "navigationBarTitleText": "场站",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/common/stationTab",
  121. "style": {
  122. "navigationBarTitleText": "场站导航",
  123. "enablePullDownRefresh": false
  124. }
  125. }
  126. ],
  127. "tabBar": {
  128. "color": "#6A98CB",
  129. "selectedColor": "#FF8902",
  130. "borderStyle": "white",
  131. "backgroundColor": "#000",
  132. "list": [{
  133. "pagePath": "pages/home/index",
  134. "iconPath": "static/jnImage/indexPage/home.png",
  135. "selectedIconPath": "static/jnImage/indexPage/homeS.png",
  136. "text": "首页"
  137. }, {
  138. "pagePath": "pages/power/index",
  139. "iconPath": "static/jnImage/indexPage/power.png",
  140. "selectedIconPath": "static/jnImage/indexPage/powerS.png",
  141. "text": "电量预测"
  142. }, {
  143. "pagePath": "pages/type/index",
  144. "iconPath": "static/jnImage/indexPage/type.png",
  145. "selectedIconPath": "static/jnImage/indexPage/typeS.png",
  146. "text": "故障分类"
  147. }, {
  148. "pagePath": "pages/report/index",
  149. "iconPath": "static/jnImage/indexPage/report.png",
  150. "selectedIconPath": "static/jnImage/indexPage/reportS.png",
  151. "text": "数据简报"
  152. }, {
  153. "pagePath": "pages/warn/faultWarnIndex",
  154. "iconPath": "static/jnImage/indexPage/warn.png",
  155. "selectedIconPath": "static/jnImage/indexPage/warnS.png",
  156. "text": "故障预警"
  157. }]
  158. },
  159. "globalStyle": {
  160. "navigationBarTextStyle": "black",
  161. "navigationBarTitleText": "RuoYi",
  162. "navigationBarBackgroundColor": "#FFFFFF"
  163. }
  164. }