移动储能车V1版本
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

pages.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/home/index",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/details/index",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path" : "pages/electricity/index",
  23. "style" :
  24. {
  25. "navigationBarTitleText" : ""
  26. }
  27. },
  28. {
  29. "path" : "pages/supply/supply",
  30. "style" :
  31. {
  32. "navigationBarTitleText" : ""
  33. }
  34. },
  35. {
  36. "path" : "pages/supplyss/supplyss",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : ""
  40. }
  41. },
  42. {
  43. "path" : "pages/faultlist/index",
  44. "style" :
  45. {
  46. "navigationBarTitleText" : ""
  47. }
  48. },
  49. {
  50. "path" : "pages/SYSifo/index",
  51. "style" :
  52. {
  53. "navigationBarTitleText" : ""
  54. }
  55. }
  56. ],
  57. "globalStyle": {
  58. "navigationBarTextStyle": "black",
  59. "navigationBarTitleText": "",
  60. "navigationStyle": "custom",
  61. "navigationBarBackgroundColor": "#F8F8F8",
  62. "backgroundColor": "#F8F8F8"
  63. },
  64. "uniIdRouter": {}
  65. }