pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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/map/map",
  11. "style": {
  12. "navigationBarTitleText": "地图模式"
  13. }
  14. },
  15. {
  16. "path": "pages/my/my",
  17. "style": {
  18. "navigationBarTitleText": "个人中心"
  19. }
  20. },
  21. {
  22. "path": "pages/site/site",
  23. "style": {
  24. "navigationBarTitleText": "站点详情"
  25. }
  26. },
  27. {
  28. "path": "pages/site-more/site-more",
  29. "style": {
  30. "navigationBarTitleText": "电站价格"
  31. }
  32. },
  33. {
  34. "path": "pages/charging/charging",
  35. "style": {
  36. "navigationBarTitleText": "正在充电"
  37. }
  38. },
  39. {
  40. "path": "pages/order-detail/order-detail",
  41. "style": {
  42. "navigationBarTitleText": "订单详情"
  43. }
  44. },
  45. {
  46. "path": "pages/terminal/terminal",
  47. "style": {
  48. "navigationBarTitleText": "充电终端"
  49. }
  50. },
  51. {
  52. "path": "pages/coupon-buy/coupon-buy",
  53. "style": {
  54. "navigationBarTitleText": "购券中心"
  55. }
  56. },
  57. {
  58. "path": "pages/login/login",
  59. "style": {
  60. "navigationBarTitleText": "用户登录"
  61. }
  62. },
  63. {
  64. "path": "pages/recharge-log/recharge-log",
  65. "style": {
  66. "navigationBarTitleText": "购券记录"
  67. }
  68. },
  69. {
  70. "path": "pages/feedback/feedback",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. },
  75. {
  76. "path": "pages/order/order",
  77. "style": {
  78. "navigationBarTitleText": "充电订单"
  79. }
  80. },
  81. {
  82. "path": "pages/search/search",
  83. "style": {
  84. "navigationBarTitleText": "站点搜索"
  85. }
  86. },
  87. {
  88. "path": "pages/Invite-staff/Invite-staff",
  89. "style": {
  90. "navigationBarTitleText": "邀请员工"
  91. }
  92. },
  93. {
  94. "path": "pages/coupons/coupons",
  95. "style": {
  96. "navigationBarTitleText": "优惠券"
  97. }
  98. },
  99. {
  100. "path": "pages/web/web",
  101. "style": {
  102. "navigationBarTitleText": "",
  103. "navigationStyle": "default",
  104. "navigationBarBackgroundColor": "#fff",
  105. "backgroundColor": "#fff"
  106. }
  107. },
  108. {
  109. "path": "pages/feedback-reply/feedback-reply",
  110. "style": {
  111. "navigationBarTitleText": "反馈答复"
  112. }
  113. }
  114. ],
  115. "globalStyle": {
  116. "navigationBarTextStyle": "black",
  117. "navigationBarTitleText": "中数电动",
  118. "navigationBarBackgroundColor": "#C7FFFD",
  119. "backgroundColor": "#C7FFFD",
  120. "navigationStyle": "custom"
  121. },
  122. "uniIdRouter": {}
  123. }