pages.json 4.9 KB

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