pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. "navigationStyle":"default",
  98. "backgroundColorTop": "#fff"
  99. }
  100. },
  101. {
  102. "path": "pages/web/web",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "navigationStyle": "default",
  106. "navigationBarBackgroundColor": "#fff",
  107. "backgroundColor": "#fff"
  108. }
  109. },
  110. {
  111. "path": "pages/feedback-reply/feedback-reply",
  112. "style": {
  113. "navigationBarTitleText": "反馈答复"
  114. }
  115. },
  116. {
  117. "path": "pages/banner-page/banner-page",
  118. "style": {
  119. "navigationBarTitleText": "活动详情"
  120. }
  121. }
  122. ],
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "中数电动",
  126. "navigationBarBackgroundColor": "#C7FFFD",
  127. "backgroundColor": "#C7FFFD",
  128. "navigationStyle": "custom"
  129. },
  130. "uniIdRouter": {}
  131. }