pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/home/index",
  10. "style": {
  11. "navigationBarTitleText": "首页",
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/home/stationIndex",
  16. "style": {
  17. "navigationBarTitleText": "场站首页",
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "pages/power/index",
  22. "style": {
  23. "navigationBarTitleText": "电量预测",
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/type/index",
  28. "style": {
  29. "navigationBarTitleText": "故障分类",
  30. "navigationStyle": "custom"
  31. }
  32. }, {
  33. "path": "pages/report/index",
  34. "style": {
  35. "navigationBarTitleText": "数据简报",
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "pages/warn/index",
  40. "style": {
  41. "navigationBarTitleText": "故障预警",
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/common/messagePage",
  46. "style": {
  47. "navigationBarTitleText": "消息",
  48. "navigationStyle": "custom"
  49. }
  50. }, {
  51. "path": "pages/common/stationListPage",
  52. "style": {
  53. "navigationBarTitleText": "场站",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/common/stationTab",
  59. "style": {
  60. "navigationBarTitleText": "场站导航",
  61. "enablePullDownRefresh": false
  62. }
  63. }
  64. ],
  65. "tabBar": {
  66. "color": "#6A98CB",
  67. "selectedColor": "#FF8902",
  68. "borderStyle": "white",
  69. "backgroundColor": "#000",
  70. "list": [{
  71. "pagePath": "pages/home/index",
  72. "iconPath": "static/jnImage/indexPage/home.png",
  73. "selectedIconPath": "static/jnImage/indexPage/homeS.png",
  74. "text": "首页"
  75. }, {
  76. "pagePath": "pages/power/index",
  77. "iconPath": "static/jnImage/indexPage/power.png",
  78. "selectedIconPath": "static/jnImage/indexPage/powerS.png",
  79. "text": "电量预测"
  80. }, {
  81. "pagePath": "pages/type/index",
  82. "iconPath": "static/jnImage/indexPage/type.png",
  83. "selectedIconPath": "static/jnImage/indexPage/typeS.png",
  84. "text": "故障分类"
  85. }, {
  86. "pagePath": "pages/report/index",
  87. "iconPath": "static/jnImage/indexPage/report.png",
  88. "selectedIconPath": "static/jnImage/indexPage/reportS.png",
  89. "text": "数据简报"
  90. }, {
  91. "pagePath": "pages/warn/index",
  92. "iconPath": "static/jnImage/indexPage/warn.png",
  93. "selectedIconPath": "static/jnImage/indexPage/warnS.png",
  94. "text": "故障预警"
  95. }]
  96. },
  97. "globalStyle": {
  98. "navigationBarTextStyle": "black",
  99. "navigationBarTitleText": "RuoYi",
  100. "navigationBarBackgroundColor": "#FFFFFF"
  101. }
  102. }