pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/index/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : "首页"
  8. }
  9. },
  10. {
  11. "path" : "pages/map/map",
  12. "style" :
  13. {
  14. "navigationBarTitleText" : "地图模式"
  15. }
  16. },
  17. {
  18. "path" : "pages/my/my",
  19. "style" :
  20. {
  21. "navigationBarTitleText" : "个人中心"
  22. }
  23. },
  24. {
  25. "path" : "pages/site/site",
  26. "style" :
  27. {
  28. "navigationBarTitleText" : "站点详情"
  29. }
  30. },
  31. {
  32. "path" : "pages/site-more/site-more",
  33. "style" :
  34. {
  35. "navigationBarTitleText" : "电站价格"
  36. }
  37. },
  38. {
  39. "path" : "pages/charging/charging",
  40. "style" :
  41. {
  42. "navigationBarTitleText" : "正在充电"
  43. }
  44. },
  45. {
  46. "path" : "pages/order-detail/order-detail",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : "订单详情"
  50. }
  51. },
  52. {
  53. "path" : "pages/terminal/terminal",
  54. "style" :
  55. {
  56. "navigationBarTitleText" : "充电终端"
  57. }
  58. },
  59. {
  60. "path" : "pages/coupon-buy/coupon-buy",
  61. "style" :
  62. {
  63. "navigationBarTitleText" : "购券中心"
  64. }
  65. },
  66. {
  67. "path" : "pages/login/login",
  68. "style" :
  69. {
  70. "navigationBarTitleText" : "用户登录"
  71. }
  72. },
  73. {
  74. "path" : "pages/recharge-log/recharge-log",
  75. "style" :
  76. {
  77. "navigationBarTitleText" : "购券记录"
  78. }
  79. },
  80. {
  81. "path" : "pages/feedback/feedback",
  82. "style" :
  83. {
  84. "navigationBarTitleText" : ""
  85. }
  86. },
  87. {
  88. "path" : "pages/order/order",
  89. "style" :
  90. {
  91. "navigationBarTitleText" : "充电订单"
  92. }
  93. },
  94. {
  95. "path" : "pages/search/search",
  96. "style" :
  97. {
  98. "navigationBarTitleText" : "站点搜索"
  99. }
  100. },
  101. {
  102. "path" : "pages/web/web",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "",
  106. "navigationStyle": "default",
  107. "navigationBarBackgroundColor": "#fff",
  108. "backgroundColor": "#fff"
  109. }
  110. },
  111. {
  112. "path" : "pages/feedback-reply/feedback-reply",
  113. "style" :
  114. {
  115. "navigationBarTitleText" : "反馈答复"
  116. }
  117. }
  118. ],
  119. "globalStyle": {
  120. "navigationBarTextStyle": "black",
  121. "navigationBarTitleText": "中数电动",
  122. "navigationBarBackgroundColor": "#C7FFFD",
  123. "backgroundColor": "#C7FFFD",
  124. "navigationStyle": "custom"
  125. },
  126. "uniIdRouter": {}
  127. }