pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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/search/index"
  12. },
  13. {
  14. "path": "pages/car/index",
  15. "style": {
  16. "navigationBarTitleText": "购物车"
  17. }
  18. },
  19. {
  20. "path": "pages/car/order",
  21. "style": {
  22. "navigationBarTitleText": "提交预约"
  23. }
  24. },
  25. {
  26. "path": "pages/user/index",
  27. "style": {
  28. "navigationBarTitleText": "我的"
  29. }
  30. },
  31. {
  32. "path": "pages/user/settings",
  33. "style": {
  34. "navigationBarTitleText": "设置"
  35. }
  36. },
  37. {
  38. "path": "pages/coupon/index",
  39. "style": {
  40. "navigationBarTitleText": "优惠券",
  41. "enablePullDownRefresh": true
  42. }
  43. },
  44. {
  45. "path": "pages/orders/index",
  46. "style": {
  47. "navigationBarTitleText": "预约中心",
  48. "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path": "pages/product/index",
  53. "style": {
  54. "navigationBarTitleText": "商品详情"
  55. }
  56. },
  57. {
  58. "path": "pages/user/info",
  59. "style": {
  60. "navigationBarTitleText": "信息设置"
  61. }
  62. },
  63. {
  64. "path": "pages/login/index",
  65. "style": {
  66. "navigationBarTitleText": "登录注册"
  67. }
  68. },
  69. {
  70. "path": "pages/bind/user",
  71. "style": {
  72. "navigationBarTitleText": "客户绑定"
  73. }
  74. },
  75. {
  76. "path": "pages/addr/index",
  77. "style": {
  78. "navigationBarTitleText": "收货地址"
  79. }
  80. },
  81. {
  82. "path": "pages/score/record",
  83. "style": {
  84. "navigationBarTitleText": "积分记录",
  85. "enablePullDownRefresh": true
  86. }
  87. },
  88. {
  89. "path": "pages/score/clockin",
  90. "style": {
  91. "navigationBarTitleText": "积分签到",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/score/index",
  97. "style": {
  98. "navigationBarTitleText": "积分产品"
  99. }
  100. },
  101. {
  102. "path": "pages/score/product",
  103. "style": {
  104. "navigationBarTitleText": "产品详情"
  105. }
  106. },
  107. {
  108. "path": "pages/score/orders",
  109. "style": {
  110. "navigationBarTitleText": "兑换记录"
  111. }
  112. },
  113. {
  114. "path": "pages/orders/completion",
  115. "style": {
  116. "navigationBarTitleText": "报单成功"
  117. }
  118. },
  119. {
  120. "path": "pages/webview/index",
  121. "style": {
  122. "navigationBarTitleText": "活动页面"
  123. }
  124. },
  125. {
  126. "path": "pages/user/follow",
  127. "style": {
  128. "navigationBarTitleText": "添加客服"
  129. }
  130. },
  131. {
  132. "path": "pages/coupon/product",
  133. "style": {
  134. "navigationBarTitleText": "可用商品"
  135. }
  136. },
  137. {
  138. "path": "pages/score/lottery",
  139. "style": {
  140. "navigationBarTitleText": "积分抽奖"
  141. }
  142. },
  143. {
  144. "path": "pages/coupon/active",
  145. "style": {
  146. "navigationBarTitleText": "领券活动"
  147. }
  148. },
  149. {
  150. "path": "pages/orders/lottery",
  151. "style": {
  152. "navigationBarTitleText": "下单抽奖"
  153. }
  154. },
  155. {
  156. "path": "pages/policy/index",
  157. "style": {
  158. "navigationBarTitleText": "服务协议"
  159. }
  160. }
  161. ],
  162. "globalStyle": {
  163. "navigationBarTextStyle": "black",
  164. "navigationBarTitleText": "uni-app",
  165. "navigationBarBackgroundColor": "#F8F8F8",
  166. "backgroundColor": "#F8F8F8"
  167. },
  168. "uniIdRouter": {},
  169. "tabBar": {
  170. "color": "#333333",
  171. "selectedColor": "#333333",
  172. "backgroundColor": "#F8F8F8",
  173. "borderStyle": "white",
  174. "position": "bottom",
  175. "list": [{
  176. "pagePath": "pages/index/index",
  177. "iconPath": "static/icon/home.png",
  178. "selectedIconPath": "static/icon/home_active.png",
  179. "text": "首页"
  180. }, {
  181. "pagePath": "pages/score/index",
  182. "iconPath": "static/tabbar/score.png",
  183. "selectedIconPath": "static/tabbar/score_active.png",
  184. "text": "积分"
  185. }, {
  186. "pagePath": "pages/score/clockin",
  187. "iconPath": "static/tabbar/clockin.png",
  188. "selectedIconPath": "static/tabbar/clockin_active.png",
  189. "text": "签到"
  190. }, {
  191. "pagePath": "pages/car/index",
  192. "iconPath": "static/icon/car.png",
  193. "selectedIconPath": "static/icon/car_active.png",
  194. "text": "购物车"
  195. }, {
  196. "pagePath": "pages/user/index",
  197. "iconPath": "static/icon/user.png",
  198. "selectedIconPath": "static/icon/user_active.png",
  199. "text": "我的"
  200. }]
  201. }
  202. }