pages.json 3.6 KB

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