pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "tabBar": {
  40. "color": "#6A98CB",
  41. "selectedColor": "#FF8902",
  42. "borderStyle": "white",
  43. "backgroundColor": "#000",
  44. "list": [{
  45. "pagePath": "pages/home/index",
  46. "iconPath": "static/jnImage/indexPage/home.png",
  47. "selectedIconPath": "static/jnImage/indexPage/homeS.png",
  48. "text": "首页"
  49. }, {
  50. "pagePath": "pages/power/index",
  51. "iconPath": "static/jnImage/indexPage/power.png",
  52. "selectedIconPath": "static/jnImage/indexPage/powerS.png",
  53. "text": "电量预测"
  54. }, {
  55. "pagePath": "pages/type/index",
  56. "iconPath": "static/jnImage/indexPage/type.png",
  57. "selectedIconPath": "static/jnImage/indexPage/typeS.png",
  58. "text": "故障分类"
  59. }, {
  60. "pagePath": "pages/report/index",
  61. "iconPath": "static/jnImage/indexPage/report.png",
  62. "selectedIconPath": "static/jnImage/indexPage/reportS.png",
  63. "text": "数据简报"
  64. }, {
  65. "pagePath": "pages/warn/index",
  66. "iconPath": "static/jnImage/indexPage/warn.png",
  67. "selectedIconPath": "static/jnImage/indexPage/warnS.png",
  68. "text": "故障预警"
  69. }]
  70. },
  71. "globalStyle": {
  72. "navigationBarTextStyle": "black",
  73. "navigationBarTitleText": "RuoYi",
  74. "navigationBarBackgroundColor": "#FFFFFF"
  75. }
  76. }