移动储能车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.

pages.json 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "globalStyle": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "",
  53. "navigationStyle": "custom",
  54. "navigationBarBackgroundColor": "#F8F8F8",
  55. "backgroundColor": "#F8F8F8"
  56. },
  57. "uniIdRouter": {}
  58. }