移动储能车V1版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "globalStyle": {
  44. "navigationBarTextStyle": "black",
  45. "navigationBarTitleText": "",
  46. "navigationStyle": "custom",
  47. "navigationBarBackgroundColor": "#F8F8F8",
  48. "backgroundColor": "#F8F8F8"
  49. },
  50. "uniIdRouter": {}
  51. }