pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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/shop/shopList",
  11. "style": {
  12. "navigationBarTitleText": "4S门店"
  13. }
  14. },
  15. {
  16. "path": "pages/me/me",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "navigationBarBackgroundColor": "#FFEDEA"
  20. }
  21. },
  22. {
  23. "path": "pages/login/login",
  24. "style": {
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/login/empower",
  30. "style": {
  31. "navigationBarTitleText": "天下养车"
  32. }
  33. },
  34. {
  35. "path": "pages/login/iphoneLogin",
  36. "style": {
  37. "navigationBarTitleText": "",
  38. "navigationBarBackgroundColor": "#FFFFFF"
  39. }
  40. }
  41. , {
  42. "path": "pages/index/addCar",
  43. "style": {
  44. "navigationBarTitleText": "添加爱车",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/index/cailist",
  50. "style": {
  51. "navigationBarTitleText": "我的车库",
  52. "navigationBarBackgroundColor": "#FFFFFF"
  53. }
  54. },
  55. {
  56. "path": "pages/index/carModel",
  57. "style": {
  58. // "navigationBarTitleText": "自主选车",
  59. // "navigationBarBackgroundColor": "#FFFFFF"
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/me/setup",
  65. "style": {
  66. "navigationBarTitleText": "账号设置",
  67. "navigationBarBackgroundColor": "#FFFFFF"
  68. }
  69. },
  70. {
  71. "path": "pages/iPhone/phoneList",
  72. "style": {
  73. "navigationBarTitleText": "联系人管理"
  74. }
  75. },
  76. {
  77. "path": "pages/iPhone/addphone",
  78. "style": {
  79. "navigationBarTitleText": "新增联系人"
  80. }
  81. },
  82. {
  83. "path": "pages/me/treaty",
  84. "style": {
  85. "navigationBarTitleText": "服务协议",
  86. "enablePullDownRefresh": false
  87. }
  88. }, {
  89. "path": "pages/me/intimity",
  90. "style": {
  91. "navigationBarTitleText": "隐私政策",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "pages/order/myorder",
  97. "style": {
  98. "navigationBarTitleText": "我的订单",
  99. "navigationBarBackgroundColor": "#FFFFFF",
  100. "enablePullDownRefresh": true
  101. }
  102. },
  103. {
  104. "path": "pages/order/orderDetail",
  105. "style": {
  106. "navigationStyle": "custom",
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "pages/order/evaluate",
  112. "style": {
  113. "navigationBarTitleText": "评价"
  114. }
  115. },
  116. {
  117. "path": "pages/me/discountCard",
  118. "style": {
  119. "navigationBarTitleText": "优惠券",
  120. "enablePullDownRefresh": true,
  121. "navigationBarBackgroundColor": "#FFFFFF"
  122. }
  123. }, {
  124. "path": "pages/me/discountDetail",
  125. "style": {
  126. "navigationBarTitleText": "优惠券详情",
  127. "navigationBarBackgroundColor": "#BE573F"
  128. }
  129. }, {
  130. "path": "pages/me/myAppraise",
  131. "style": {
  132. "navigationBarTitleText": "我的评价",
  133. "navigationBarBackgroundColor": "#FFFFFF",
  134. "enablePullDownRefresh": true
  135. }
  136. }, {
  137. "path": "pages/me/myAppraiseDetail",
  138. "style": {
  139. "navigationBarTitleText": "查看评价",
  140. "navigationBarBackgroundColor": "#FFFFFF"
  141. /* "enablePullDownRefresh": true */
  142. }
  143. }, {
  144. "path": "pages/me/feedBack",
  145. "style": {
  146. "navigationBarTitleText": "意见反馈",
  147. "navigationBarBackgroundColor": "#FFFFFF",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path": "pages/shop/ckShop",
  153. "style": {
  154. "navigationBarTitleText": "选择门店",
  155. "navigationBarBackgroundColor": "#FFFFFF",
  156. "enablePullDownRefresh": true
  157. }
  158. },
  159. {
  160. "path": "pages/shop/shopDetail",
  161. "style": {
  162. "navigationBarTitleText": "门店详情",
  163. "navigationBarBackgroundColor": "#FFFFFF"
  164. }
  165. }
  166. ],
  167. "tabBar": {
  168. "color": "#8a8a8a",
  169. "selectedColor": "#FF4F00",
  170. "borderStyle": "black",
  171. "backgroundColor": "#ffffff",
  172. "list": [{
  173. "pagePath": "pages/index/index",
  174. "iconPath": "static/img/tabme1.png",
  175. "selectedIconPath": "static/img/tabme2.png",
  176. "text": "4S保养"
  177. },
  178. {
  179. "pagePath": "pages/shop/shopList",
  180. "iconPath": "static/img/tabshop1.png",
  181. "selectedIconPath": "static/img/tabshop2.png",
  182. "text": "4S门店"
  183. },
  184. {
  185. "pagePath": "pages/me/me",
  186. "iconPath": "static/img/tabme1.png",
  187. "selectedIconPath": "static/img/tabme2.png",
  188. "text": "我的"
  189. }
  190. ]
  191. },
  192. "globalStyle": {
  193. "navigationBarTextStyle": "black",
  194. "navigationBarTitleText": "uni-app",
  195. "navigationBarBackgroundColor": "#F8F8F8",
  196. "backgroundColor": "#F8F8F8"
  197. }
  198. }