pages.json 5.5 KB

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