pages.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/tabBar/index/index",
  6. "style": {
  7. "navigationBarTitleText": "呵呵商城",
  8. "enablePullDownRefresh": true,
  9. "backgroundColor": "#F952B7",
  10. "navigationBarBackgroundColor": "#F952B7",
  11. "navigationBarTextStyle": "white"
  12. }
  13. },
  14. {
  15. "path": "pages/tabBar/cart/index",
  16. "style": {
  17. "navigationBarTitleText": "购物车",
  18. "enablePullDownRefresh": true
  19. }
  20. },
  21. {
  22. "path": "pages/tabBar/user/index",
  23. "style": {
  24. "navigationBarTitleText": "个人中心",
  25. "enablePullDownRefresh": true
  26. }
  27. },
  28. {
  29. "path": "pages/authorize/authorize",
  30. "style": {
  31. "navigationBarTitleText": "微信授权"
  32. }
  33. },
  34. {
  35. "path": "pages/login/login",
  36. "style": {
  37. "navigationBarTitleText": "登录"
  38. }
  39. },
  40. {
  41. "path": "pages/goods/list",
  42. "style": {
  43. "navigationBarTitleText": "立即下单"
  44. }
  45. },
  46. {
  47. "path": "pages/goods/cart",
  48. "style": {
  49. "navigationBarTitleText": "购物车",
  50. "enablePullDownRefresh": true,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/goods/search",
  56. "style": {
  57. "navigationBarTitleText": "搜索"
  58. }
  59. },
  60. {
  61. "path": "pages/goods/product-detail",
  62. "style": {
  63. "navigationBarTitleText": "商品详情"
  64. }
  65. },
  66. {
  67. "path": "pages/goods/goods-floorMore",
  68. "style": {
  69. "navigationBarTitleText": "商品列表",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "pages/goods/goods-coupon-list",
  75. "style": {
  76. "navigationBarTitleText": "优惠券商品列表",
  77. "enablePullDownRefresh": true
  78. }
  79. },
  80. {
  81. "path": "pages/goods/goods-coupon-list-search",
  82. "style": {
  83. "navigationBarTitleText": "搜索"
  84. }
  85. }
  86. ],
  87. "subPackages": [{
  88. "root": "pages/user/", //个人中心模块
  89. "pages": [{
  90. "path": "address/addressManage",
  91. "style": {
  92. "navigationBarTitleText": "添加新地址"
  93. }
  94. },
  95. {
  96. "path": "address/address",
  97. "style": {
  98. "navigationBarTitleText": "地址列表",
  99. "enablePullDownRefresh": true,
  100. "onReachBottomDistance": 50
  101. }
  102. },
  103. {
  104. "path": "order/create-order",
  105. "style": {
  106. "navigationBarTitleText": "确认订单"
  107. }
  108. },
  109. {
  110. "path": "order/success",
  111. "style": {
  112. "navigationBarTitleText": "支付结果",
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "order/error",
  118. "style": {
  119. "navigationBarTitleText": "支付结果",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "order/order-list",
  125. "style": {
  126. "navigationBarTitleText": "我的订单",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "order/order-list-retail",
  132. "style": {
  133. "navigationBarTitleText": "我的订单",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "order/order-details",
  139. "style": {
  140. "navigationBarTitleText": "订单详情",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "order/order-payment",
  146. "style": {
  147. "navigationBarTitleText": "收银台",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "order/search-order",
  153. "style": {
  154. "navigationBarTitleText": "订单搜索"
  155. }
  156. },
  157. {
  158. "path": "order/order-logistics",
  159. "style": {
  160. "navigationBarTitleText": "物流信息"
  161. }
  162. },
  163. {
  164. "path": "activity/activity",
  165. "style": {
  166. "navigationBarTitleText": "活动详情",
  167. "enablePullDownRefresh": true,
  168. "backgroundColor": "#ff457b",
  169. "backgroundTextStyle": "light",
  170. "onReachBottomDistance": 50
  171. }
  172. },
  173. {
  174. "path": "activity/activity-list",
  175. "style": {
  176. "navigationBarTitleText": "活动专区",
  177. "enablePullDownRefresh": true,
  178. "onReachBottomDistance": 50
  179. }
  180. },
  181. {
  182. "path": "activity/coupon-find-list",
  183. "style": {
  184. "navigationBarTitleText": "领券中心"
  185. }
  186. },
  187. {
  188. "path": "activity/coupon-list",
  189. "style": {
  190. "navigationBarTitleText": "优惠券"
  191. }
  192. }
  193. ]
  194. }],
  195. "tabBar": {
  196. "height": "80",
  197. "color": "#999999",
  198. "selectedColor": "#ff457b",
  199. "borderStyle": "black",
  200. "backgroundColor": "#ffffff",
  201. "list": [{
  202. "pagePath": "pages/tabBar/index/index",
  203. "iconPath": "static/icon-index@2x.png",
  204. "selectedIconPath": "static/icon-index-active@2x.png",
  205. "text": "商城"
  206. },
  207. {
  208. "pagePath": "pages/tabBar/cart/index",
  209. "iconPath": "static/icon-cart@2x.png",
  210. "selectedIconPath": "static/icon-cart-active@2x.png",
  211. "text": "购物车"
  212. },
  213. {
  214. "pagePath": "pages/tabBar/user/index",
  215. "iconPath": "static/icon-user@2x.png",
  216. "selectedIconPath": "static/icon-user-active@2x.png",
  217. "text": "我的"
  218. }
  219. ]
  220. },
  221. "easycom": {
  222. "autoscan": true,
  223. "custom": {
  224. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue",
  225. "uni-(.*)": "@/components/uni-components/uni-$1/uni-$1.vue",
  226. "scroll-top": "@/components/cm-module/scrollTop/scrollTop.vue"
  227. }
  228. },
  229. "globalStyle": {
  230. "navigationBarTextStyle": "black",
  231. "navigationBarTitleText": "呵呵商城",
  232. "navigationBarBackgroundColor": "#FFFFFF",
  233. "backgroundColor": "#FFFFFF"
  234. },
  235. "condition": {
  236. //模式配置,仅开发期间生效
  237. "current": 0, //当前激活的模式(list 的索引项)
  238. "list": [{
  239. "name": "", //模式名称
  240. "path": "", //启动页面,必选
  241. "query": "" //启动参数,在页面的onLoad函数里面得到
  242. }]
  243. }
  244. }