pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "开邻智数",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/car/index",
  12. "style": {
  13. "navigationBarTitleText": "购物车"
  14. }
  15. },
  16. {
  17. "path": "pages/car/order",
  18. "style": {
  19. "navigationBarTitleText": "提交预约"
  20. }
  21. },
  22. {
  23. "path": "pages/user/index",
  24. "style": {
  25. "navigationBarTitleText": "我的"
  26. }
  27. },
  28. {
  29. "path": "pages/user/settings",
  30. "style": {
  31. "navigationBarTitleText": "设置"
  32. }
  33. },
  34. {
  35. "path" : "pages/coupon/index",
  36. "style" :
  37. {
  38. "navigationBarTitleText" : "优惠券",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path" : "pages/orders/index",
  44. "style" :
  45. {
  46. "navigationBarTitleText" : "预约中心",
  47. "enablePullDownRefresh": true
  48. }
  49. },
  50. {
  51. "path" : "pages/product/index",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : "商品详情"
  55. }
  56. },
  57. {
  58. "path" : "pages/user/info",
  59. "style" :
  60. {
  61. "navigationBarTitleText" : "信息设置"
  62. }
  63. },
  64. {
  65. "path" : "pages/login/index",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "登录注册"
  69. }
  70. },
  71. {
  72. "path" : "pages/bind/user",
  73. "style" :
  74. {
  75. "navigationBarTitleText" : "客户绑定"
  76. }
  77. },
  78. {
  79. "path" : "pages/addr/index",
  80. "style" :
  81. {
  82. "navigationBarTitleText" : "收货地址"
  83. }
  84. },
  85. {
  86. "path" : "pages/score/record",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "积分记录",
  90. "enablePullDownRefresh": true
  91. }
  92. },
  93. {
  94. "path" : "pages/score/clockin",
  95. "style" :
  96. {
  97. "navigationBarTitleText" : "积分签到",
  98. "navigationStyle":"custom"
  99. }
  100. },
  101. {
  102. "path" : "pages/score/index",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "积分产品"
  106. }
  107. },
  108. {
  109. "path" : "pages/score/product",
  110. "style" :
  111. {
  112. "navigationBarTitleText" : "产品详情"
  113. }
  114. },
  115. {
  116. "path" : "pages/score/orders",
  117. "style" :
  118. {
  119. "navigationBarTitleText" : "兑换记录"
  120. }
  121. },
  122. {
  123. "path" : "pages/orders/completion",
  124. "style" :
  125. {
  126. "navigationBarTitleText" : "报单成功"
  127. }
  128. },
  129. {
  130. "path" : "pages/webview/index",
  131. "style" :
  132. {
  133. "navigationBarTitleText" : "活动页面"
  134. }
  135. },
  136. {
  137. "path" : "pages/user/follow",
  138. "style" :
  139. {
  140. "navigationBarTitleText" : "添加客服"
  141. }
  142. },
  143. {
  144. "path" : "pages/coupon/product",
  145. "style" :
  146. {
  147. "navigationBarTitleText" : "可用商品"
  148. }
  149. },
  150. {
  151. "path" : "pages/score/lottery",
  152. "style" :
  153. {
  154. "navigationBarTitleText" : "积分抽奖"
  155. }
  156. },
  157. {
  158. "path" : "pages/coupon/active",
  159. "style" :
  160. {
  161. "navigationBarTitleText" : "领券活动"
  162. }
  163. },
  164. {
  165. "path" : "pages/orders/lottery",
  166. "style" :
  167. {
  168. "navigationBarTitleText" : "下单抽奖"
  169. }
  170. },
  171. {
  172. "path" : "pages/recruitment/index",
  173. "style" :
  174. {
  175. "navigationBarTitleText" : "拉新活动"
  176. }
  177. },
  178. {
  179. "path" : "pages/recruitment/record",
  180. "style" :
  181. {
  182. "navigationBarTitleText" : "奖励记录"
  183. }
  184. },
  185. {
  186. "path" : "pages/orders/receipt",
  187. "style" :
  188. {
  189. "navigationBarTitleText" : "订单回执"
  190. }
  191. }
  192. ],
  193. "globalStyle": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText": "uni-app",
  196. "navigationBarBackgroundColor": "#F8F8F8",
  197. "backgroundColor": "#F8F8F8"
  198. },
  199. "uniIdRouter": {},
  200. "tabBar": {
  201. "color": "#333333",
  202. "selectedColor": "#333333",
  203. "backgroundColor": "#F8F8F8",
  204. "borderStyle": "white",
  205. "position": "bottom",
  206. "list": [{
  207. "pagePath": "pages/index/index",
  208. "iconPath": "static/icon/home.png",
  209. "selectedIconPath": "static/icon/home_active.png",
  210. "text": "首页"
  211. },{
  212. "pagePath": "pages/score/index",
  213. "iconPath": "static/tabbar/score.png",
  214. "selectedIconPath": "static/tabbar/score_active.png",
  215. "text": "积分"
  216. }, {
  217. "pagePath": "pages/score/clockin",
  218. "iconPath": "static/tabbar/clockin.png",
  219. "selectedIconPath": "static/tabbar/clockin_active.png",
  220. "text": "签到"
  221. },{
  222. "pagePath": "pages/car/index",
  223. "iconPath": "static/icon/car.png",
  224. "selectedIconPath": "static/icon/car_active.png",
  225. "text": "购物车"
  226. }, {
  227. "pagePath": "pages/user/index",
  228. "iconPath": "static/icon/user.png",
  229. "selectedIconPath": "static/icon/user_active.png",
  230. "text": "我的"
  231. }]
  232. }
  233. }