pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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/module/maintain",
  43. "style": {
  44. "navigationBarTitleText": "保养方案",
  45. "navigationBarBackgroundColor":"#FF4F00",
  46. "navigationBarTextStyle": "white"
  47. }
  48. },
  49. {
  50. "path": "pages/module/replaceGoods",
  51. "style": {
  52. "navigationBarTitleText": "可更换商品"
  53. }
  54. },
  55. {
  56. "path": "pages/module/confirmOrder",
  57. "style": {
  58. "navigationBarTitleText": "订单确认"
  59. }
  60. },
  61. {
  62. "path": "pages/module/orderShop",
  63. "style": {
  64. "navigationBarTitleText": "选择门店"
  65. }
  66. }
  67. , {
  68. "path": "pages/index/addCar",
  69. "style": {
  70. "navigationBarTitleText": "添加爱车",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/index/cailist",
  76. "style": {
  77. "navigationBarTitleText": "我的车库",
  78. "navigationBarBackgroundColor": "#FFFFFF"
  79. }
  80. },
  81. {
  82. "path": "pages/index/carModel",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/me/setup",
  89. "style": {
  90. "navigationBarTitleText": "账号设置",
  91. "navigationBarBackgroundColor": "#FFFFFF"
  92. }
  93. },
  94. {
  95. "path": "pages/iPhone/phoneList",
  96. "style": {
  97. "navigationBarTitleText": "联系人管理"
  98. }
  99. },
  100. {
  101. "path": "pages/iPhone/addphone",
  102. "style": {
  103. "navigationBarTitleText": "新增联系人"
  104. }
  105. },
  106. {
  107. "path": "pages/me/treaty",
  108. "style": {
  109. "navigationBarTitleText": "服务协议",
  110. "enablePullDownRefresh": false
  111. }
  112. }, {
  113. "path": "pages/me/intimity",
  114. "style": {
  115. "navigationBarTitleText": "隐私政策",
  116. "enablePullDownRefresh": false
  117. }
  118. },
  119. {
  120. "path": "pages/order/myorder",
  121. "style": {
  122. "navigationBarTitleText": "我的订单",
  123. "navigationBarBackgroundColor": "#FFFFFF",
  124. "enablePullDownRefresh": true
  125. }
  126. },
  127. {
  128. "path": "pages/order/orderDetail",
  129. "style": {
  130. "navigationStyle": "custom",
  131. "enablePullDownRefresh": true
  132. }
  133. },
  134. {
  135. "path": "pages/order/evaluate",
  136. "style": {
  137. "navigationBarTitleText": "评价"
  138. }
  139. },
  140. {
  141. "path": "pages/me/discountCard",
  142. "style": {
  143. "navigationBarTitleText": "优惠券",
  144. "enablePullDownRefresh": true,
  145. "navigationBarBackgroundColor": "#FFFFFF"
  146. }
  147. }, {
  148. "path": "pages/me/discountDetail",
  149. "style": {
  150. "navigationBarTitleText": "优惠券详情",
  151. "navigationBarBackgroundColor": "#BE573F"
  152. }
  153. }, {
  154. "path": "pages/me/myAppraise",
  155. "style": {
  156. "navigationBarTitleText": "我的评价",
  157. "navigationBarBackgroundColor": "#FFFFFF",
  158. "enablePullDownRefresh": true
  159. }
  160. }, {
  161. "path": "pages/me/myAppraiseDetail",
  162. "style": {
  163. "navigationBarTitleText": "查看评价",
  164. "navigationBarBackgroundColor": "#FFFFFF"
  165. }
  166. }, {
  167. "path": "pages/me/feedBack",
  168. "style": {
  169. "navigationBarTitleText": "意见反馈",
  170. "navigationBarBackgroundColor": "#FFFFFF",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/shop/ckShop",
  176. "style": {
  177. "navigationBarTitleText": "选择门店",
  178. "navigationBarBackgroundColor": "#FFFFFF",
  179. "enablePullDownRefresh": true
  180. }
  181. },
  182. {
  183. "path": "pages/shop/shopDetail",
  184. "style": {
  185. "navigationBarTitleText": "门店详情",
  186. "navigationBarBackgroundColor": "#FFFFFF"
  187. }
  188. }
  189. ],
  190. "tabBar": {
  191. "color": "#8a8a8a",
  192. "selectedColor": "#FF4F00",
  193. "borderStyle": "black",
  194. "backgroundColor": "#ffffff",
  195. "list": [{
  196. "pagePath": "pages/index/index",
  197. "iconPath": "static/img/tabme1.png",
  198. "selectedIconPath": "static/img/tabme2.png",
  199. "text": "4S保养"
  200. },
  201. {
  202. "pagePath": "pages/shop/shopList",
  203. "iconPath": "static/img/tabshop1.png",
  204. "selectedIconPath": "static/img/tabshop2.png",
  205. "text": "4S门店"
  206. },
  207. {
  208. "pagePath": "pages/me/me",
  209. "iconPath": "static/img/tabme1.png",
  210. "selectedIconPath": "static/img/tabme2.png",
  211. "text": "我的"
  212. }
  213. ]
  214. },
  215. "globalStyle": {
  216. "navigationBarTextStyle": "black",
  217. "navigationBarTitleText": "uni-app",
  218. "navigationBarBackgroundColor": "#F8F8F8",
  219. "backgroundColor": "#F8F8F8"
  220. }
  221. }