pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index", // 首页
  8. "style": {
  9. "navigationBarTitleText": "乐色管家",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "授权登录"
  17. }
  18. },
  19. {
  20. "path": "pages/goods/index", // 商城
  21. "style": {
  22. "navigationBarTitleText": "乐色商城",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/login/phoneLogin",
  28. "style": {
  29. "navigationBarTitleText": "手机号登录"
  30. }
  31. },
  32. {
  33. "path": "pages/userCenter/index",
  34. "style": {
  35. "navigationBarTitleText": "个人中心",
  36. "navigationBarBackgroundColor": "#01c9b2",
  37. "navigationBarTextStyle": "white"
  38. }
  39. },
  40. {
  41. "path": "pages/userCenter/ldDetailed",
  42. "style": {
  43. "navigationBarTitleText": "乐豆明细"
  44. }
  45. },
  46. {
  47. "path": "pages/userCenter/deliveryRecord",
  48. "style": {
  49. "navigationBarTitleText": "投递记录"
  50. }
  51. },
  52. {
  53. "path": "pages/userCenter/userInfo/userInfo",
  54. "style": {
  55. "navigationBarTitleText": "个人信息"
  56. }
  57. },
  58. {
  59. "path": "pages/userCenter/userInfo/smsVerification",
  60. "style": {
  61. "navigationBarTitleText": "短信验证"
  62. }
  63. },
  64. {
  65. "path": "pages/userCenter/userInfo/paymentPwd",
  66. "style": {
  67. "navigationBarTitleText": "支付密码"
  68. }
  69. },
  70. {
  71. "path": "pages/userCenter/userInfo/changePayPwd",
  72. "style": {
  73. "navigationBarTitleText": "修改支付密码"
  74. }
  75. },
  76. {
  77. "path": "pages/userCenter/aboutUs",
  78. "style": {
  79. "navigationBarTitleText": "关于我们"
  80. }
  81. },
  82. {
  83. "path": "pages/userCenter/question",
  84. "style": {
  85. "navigationBarTitleText": "常见问题"
  86. }
  87. },
  88. {
  89. "path": "pages/userCenter/zhinan",
  90. "style": {
  91. "navigationBarTitleText": "使用指南"
  92. }
  93. },
  94. {
  95. "path": "pages/userCenter/fenlei",
  96. "style": {
  97. "navigationBarTitleText": "回收分类"
  98. }
  99. },
  100. {
  101. "path": "pages/order/order",
  102. "style": {
  103. "navigationBarTitleText": "我的订单",
  104. "enablePullDownRefresh": true
  105. }
  106. }, {
  107. "path": "pages/order/orderDetail",
  108. "style": {
  109. "navigationBarTitleText": "订单详情"
  110. }
  111. },
  112. {
  113. "path": "pages/order/LogList",
  114. "style": {
  115. "navigationBarTitleText": "物流信息"
  116. }
  117. },
  118. {
  119. "path": "pages/agreement/agreement",
  120. "style": {
  121. "navigationBarTitleText": "注意事项及服务协议"
  122. }
  123. }
  124. ,{
  125. "path" : "pages/cart/cart",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "购物车",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "pages/toOrder/index",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "提交订单",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "pages/toOrder/editAddress",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "修改地址",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "pages/goods/goods",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "商品",
  153. "enablePullDownRefresh": true
  154. }
  155. },
  156. {
  157. "path" : "pages/goods/goodsDetail",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "商品详情",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "pages/store/store",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "网点详情",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path" : "pages/checkOut/checkOut",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "核销",
  177. "enablePullDownRefresh": false
  178. }
  179. },
  180. {
  181. "path" : "pages/toOrder/payFinish",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "支付完成",
  185. "enablePullDownRefresh": false
  186. }
  187. },
  188. {
  189. "path" : "pages/checkOut/checkFinish",
  190. "style" :
  191. {
  192. "navigationBarTitleText": "核销完成",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ,{
  197. "path" : "pages/userCenter/myCode/myCode",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "我的投递码",
  201. "enablePullDownRefresh": false
  202. }
  203. }
  204. ,{
  205. "path" : "pages/luckDraw/luckDraw",
  206. "style" :
  207. {
  208. "navigationBarTitleText": "幸运大转盘",
  209. "enablePullDownRefresh": false
  210. }
  211. }
  212. ],
  213. "globalStyle": {
  214. "navigationBarTextStyle": "black",
  215. "navigationBarTitleText": "uni-app",
  216. "navigationBarBackgroundColor": "#FFFFFF",
  217. "backgroundColor": "#f2f2f2",
  218. "app-plus": {
  219. // 将回弹属性关掉
  220. "bounce": "none",
  221. "scrollIndicator": "none"
  222. }
  223. },
  224. "tabBar": {
  225. "color": "#7A7E83",
  226. "selectedColor": "#01c9b2",
  227. "backgroundColor": "#ffffff",
  228. "fontSize": "14px",
  229. "list": [
  230. {
  231. "pagePath": "pages/index/index",
  232. "iconPath": "static/tabbar/home.png",
  233. "selectedIconPath": "static/tabbar/home-active.png",
  234. "text": "首页"
  235. },
  236. {
  237. "pagePath": "pages/goods/index",
  238. "iconPath": "static/tabbar/shop.png",
  239. "selectedIconPath": "static/tabbar/shop-active.png",
  240. "text": "商城"
  241. },
  242. {
  243. "pagePath": "pages/userCenter/index",
  244. "iconPath": "static/tabbar/user.png",
  245. "selectedIconPath": "static/tabbar/user-active.png",
  246. "text": "我的"
  247. }]
  248. }
  249. }