pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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/goods/index", // 商城
  15. "style": {
  16. "navigationBarTitleText": "乐色管家",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/login/login",
  22. "style": {
  23. "navigationBarTitleText": "授权登录"
  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/liucheng",
  90. "style": {
  91. "navigationBarTitleText": "使用指南"
  92. }
  93. },
  94. {
  95. "path": "pages/userCenter/zhinan",
  96. "style": {
  97. "navigationBarTitleText": "回收分类"
  98. }
  99. },
  100. {
  101. "path": "pages/order/order",
  102. "style": {
  103. "navigationBarTitleText": "我的订单"
  104. }
  105. }, {
  106. "path": "pages/order/orderDetail",
  107. "style": {
  108. "navigationBarTitleText": "订单详情"
  109. }
  110. },
  111. {
  112. "path": "pages/order/LogList",
  113. "style": {
  114. "navigationBarTitleText": "物流信息"
  115. }
  116. },
  117. {
  118. "path": "pages/agreement/agreement",
  119. "style": {
  120. "navigationBarTitleText": "注意事项及服务协议"
  121. }
  122. }
  123. ,{
  124. "path" : "pages/cart/cart",
  125. "style" :
  126. {
  127. "navigationBarTitleText": "购物车",
  128. "enablePullDownRefresh": false
  129. }
  130. }
  131. ,{
  132. "path" : "pages/toOrder/index",
  133. "style" :
  134. {
  135. "navigationBarTitleText": "提交订单",
  136. "enablePullDownRefresh": false
  137. }
  138. }
  139. ,{
  140. "path" : "pages/toOrder/editAddress",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "修改地址",
  144. "enablePullDownRefresh": false
  145. }
  146. }
  147. ,{
  148. "path" : "pages/goods/goods",
  149. "style" :
  150. {
  151. "navigationBarTitleText": "商品",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path" : "pages/goods/goodsDetail",
  157. "style" :
  158. {
  159. "navigationBarTitleText": "商品详情",
  160. "enablePullDownRefresh": false
  161. }
  162. }
  163. ,{
  164. "path" : "pages/store/store",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "网点详情",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path" : "pages/checkOut/checkOut",
  173. "style" :
  174. {
  175. "navigationBarTitleText": "核销",
  176. "enablePullDownRefresh": false
  177. }
  178. },
  179. {
  180. "path" : "pages/toOrder/payFinish",
  181. "style" :
  182. {
  183. "navigationBarTitleText": "支付完成",
  184. "enablePullDownRefresh": false
  185. }
  186. },
  187. {
  188. "path" : "pages/checkOut/checkFinish",
  189. "style" :
  190. {
  191. "navigationBarTitleText": "核销完成",
  192. "enablePullDownRefresh": false
  193. }
  194. }
  195. ],
  196. "globalStyle": {
  197. "navigationBarTextStyle": "black",
  198. "navigationBarTitleText": "uni-app",
  199. "navigationBarBackgroundColor": "#FFFFFF",
  200. "backgroundColor": "#f2f2f2",
  201. "app-plus": {
  202. // 将回弹属性关掉
  203. "bounce": "none",
  204. "scrollIndicator": "none"
  205. }
  206. },
  207. "tabBar": {
  208. "color": "#7A7E83",
  209. "selectedColor": "#01c9b2",
  210. "backgroundColor": "#ffffff",
  211. "fontSize": "14px",
  212. "list": [
  213. {
  214. "pagePath": "pages/index/index",
  215. "iconPath": "static/tabbar/home.png",
  216. "selectedIconPath": "static/tabbar/home-active.png",
  217. "text": "首页"
  218. },
  219. {
  220. "pagePath": "pages/goods/index",
  221. "iconPath": "static/tabbar/shop.png",
  222. "selectedIconPath": "static/tabbar/shop-active.png",
  223. "text": "商城"
  224. },
  225. {
  226. "pagePath": "pages/userCenter/index",
  227. "iconPath": "static/tabbar/user.png",
  228. "selectedIconPath": "static/tabbar/user-active.png",
  229. "text": "我的"
  230. }]
  231. }
  232. }