pages.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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/power/index",
  16. "style": {
  17. "navigationBarTitleText": "电量预测",
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "pages/type/index",
  22. "style": {
  23. "navigationBarTitleText": "故障分类",
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/report/index",
  28. "style": {
  29. "navigationBarTitleText": "数据简报",
  30. "navigationStyle": "custom"
  31. }
  32. }, {
  33. "path": "pages/warn/index",
  34. "style": {
  35. "navigationBarTitleText": "故障预警",
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "pages/common/uniNavBar",
  40. "style": {
  41. "navigationBarTitleText": "消息",
  42. "navigationStyle": "custom"
  43. }
  44. }],
  45. "tabBar": {
  46. "color": "#6A98CB",
  47. "selectedColor": "#FF8902",
  48. "borderStyle": "white",
  49. "backgroundColor": "#000",
  50. "list": [{
  51. "pagePath": "pages/home/index",
  52. "iconPath": "static/jnImage/indexPage/home.png",
  53. "selectedIconPath": "static/jnImage/indexPage/homeS.png",
  54. "text": "首页"
  55. }, {
  56. "pagePath": "pages/power/index",
  57. "iconPath": "static/jnImage/indexPage/power.png",
  58. "selectedIconPath": "static/jnImage/indexPage/powerS.png",
  59. "text": "电量预测"
  60. }, {
  61. "pagePath": "pages/type/index",
  62. "iconPath": "static/jnImage/indexPage/type.png",
  63. "selectedIconPath": "static/jnImage/indexPage/typeS.png",
  64. "text": "故障分类"
  65. }, {
  66. "pagePath": "pages/report/index",
  67. "iconPath": "static/jnImage/indexPage/report.png",
  68. "selectedIconPath": "static/jnImage/indexPage/reportS.png",
  69. "text": "数据简报"
  70. }, {
  71. "pagePath": "pages/warn/index",
  72. "iconPath": "static/jnImage/indexPage/warn.png",
  73. "selectedIconPath": "static/jnImage/indexPage/warnS.png",
  74. "text": "故障预警"
  75. }]
  76. },
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "RuoYi",
  80. "navigationBarBackgroundColor": "#FFFFFF"
  81. }
  82. }