pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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/faultWarnIndex",
  86. "style": {
  87. "navigationBarTitleText": "故障预警",
  88. "navigationStyle": "custom"
  89. }
  90. }, {
  91. "path": "pages/warn/stationIndex",
  92. "style": {
  93. "navigationBarTitleText": "场站故障预警",
  94. "navigationStyle": "custom",
  95. "app-plus": {
  96. "bounce": "none",
  97. "popGesture": "none"
  98. }
  99. }
  100. }, {
  101. "path": "pages/common/messagePage",
  102. "style": {
  103. "navigationBarTitleText": "消息",
  104. "navigationStyle": "custom"
  105. }
  106. }, {
  107. "path": "pages/common/stationListPage",
  108. "style": {
  109. "navigationBarTitleText": "场站",
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "pages/common/stationTab",
  115. "style": {
  116. "navigationBarTitleText": "场站导航",
  117. "enablePullDownRefresh": false
  118. }
  119. }
  120. ],
  121. "tabBar": {
  122. "color": "#6A98CB",
  123. "selectedColor": "#FF8902",
  124. "borderStyle": "white",
  125. "backgroundColor": "#000",
  126. "list": [{
  127. "pagePath": "pages/home/index",
  128. "iconPath": "static/jnImage/indexPage/home.png",
  129. "selectedIconPath": "static/jnImage/indexPage/homeS.png",
  130. "text": "首页"
  131. }, {
  132. "pagePath": "pages/power/index",
  133. "iconPath": "static/jnImage/indexPage/power.png",
  134. "selectedIconPath": "static/jnImage/indexPage/powerS.png",
  135. "text": "电量预测"
  136. }, {
  137. "pagePath": "pages/type/index",
  138. "iconPath": "static/jnImage/indexPage/type.png",
  139. "selectedIconPath": "static/jnImage/indexPage/typeS.png",
  140. "text": "故障分类"
  141. }, {
  142. "pagePath": "pages/report/index",
  143. "iconPath": "static/jnImage/indexPage/report.png",
  144. "selectedIconPath": "static/jnImage/indexPage/reportS.png",
  145. "text": "数据简报"
  146. }, {
  147. "pagePath": "pages/warn/faultWarnIndex",
  148. "iconPath": "static/jnImage/indexPage/warn.png",
  149. "selectedIconPath": "static/jnImage/indexPage/warnS.png",
  150. "text": "故障预警"
  151. }]
  152. },
  153. "globalStyle": {
  154. "navigationBarTextStyle": "black",
  155. "navigationBarTitleText": "RuoYi",
  156. "navigationBarBackgroundColor": "#FFFFFF"
  157. }
  158. }