pages.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/home/index",
  11. "style": {
  12. "navigationBarTitleText": "重卡换电智能站控系统"
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "app-plus": {
  19. "titleNView": false
  20. },
  21. "navigationBarTitleText": "首页"
  22. }
  23. },
  24. {
  25. "path": "pages/service-recode/index",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/fault-alarm/index",
  32. "style": {
  33. "navigationBarTitleText": ""
  34. }
  35. }, {
  36. "path": "pages/power-changer/index",
  37. "style": {
  38. "navigationBarTitleText": "换电监控",
  39. "enablePullDownRefresh": false
  40. }
  41. }, {
  42. "path": "pages/equipment-monitoring/index",
  43. "style": {
  44. "navigationBarTitleText": "",
  45. "enablePullDownRefresh": false
  46. }
  47. }, {
  48. "path": "pages/basic-data/index",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ],
  55. "globalStyle": {
  56. "navigationBarTextStyle": "black",
  57. "navigationBarTitleText": "uni-app",
  58. "navigationBarBackgroundColor": "#F8F8F8",
  59. "backgroundColor": "#F8F8F8",
  60. "rpxCalcMaxDeviceWidth": 1920,
  61. "navigationStyle": "custom",
  62. "pageOrientation": "landscape"
  63. },
  64. // "tabBar": {
  65. // "color": "#7A7E83",
  66. // "selectedColor": "#3cc51f",
  67. // "borderStyle": "#fff",
  68. // "backgroundColor": "#ffffff",
  69. // "list": [{
  70. // "pagePath": "pages/index/index",
  71. // // "iconPath": "static/image/icon_component.png",
  72. // // "selectedIconPath": "static/image/icon_component_HL.png",
  73. // "text": "首页"
  74. // }, {
  75. // "pagePath": "pages/my/my",
  76. // // "iconPath": "static/image/icon_API.png",
  77. // // "selectedIconPath": "static/image/icon_API_HL.png",
  78. // "text": "我的"
  79. // }]
  80. // },
  81. "uniIdRouter": {}
  82. }