pages.json 5.7 KB

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