pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^sprite-icon$": "@/components/sprite-icon/index.vue"
  6. }
  7. },
  8. "pages": [
  9. { "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店","enablePullDownRefresh":true} },
  10. { "path": "pages/home/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "首页" } },
  11. { "path": "pages/home/category", "style": { "navigationBarTitleText": "花束" } },
  12. { "path": "pages/home/shop-category", "style": { "navigationBarTitleText": "分类" } },
  13. { "path": "pages/home/cart", "style": { "navigationBarTitleText": "购物车", "navigationBarTextStyle": "black" } },
  14. { "path": "pages/home/shop-notice-detail", "style": { "navigationBarTitleText": "公告详情" } },
  15. { "path": "pages/home/shop-notice-list", "style": { "navigationBarTitleText": "公告" } },
  16. { "path": "pages/home/pic-text-detail", "style": { "navigationBarTitleText": "图文详情" } },
  17. { "path": "pages/home/mall", "style": { "navigationBarTitleText": "相册" } },
  18. { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
  19. { "path": "pages/home/service", "style": { "navigationBarTitleText": "联系客服" } },
  20. { "path": "pages/home/user", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } },
  21. { "path": "pages/home/order", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } },
  22. { "path": "pages/home/course", "style": { "navigationBarTitleText": "我的订单"}},
  23. { "path": "pages/item/item", "style": { "navigationBarTitleText": "花材"} },
  24. { "path": "pages/item/detail", "style": { "navigationBarTitleText": "详情"} },
  25. { "path": "common/redirect", "style": { "navigationBarTitleText": "加载中..." } },
  26. { "path": "common/webview", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  27. { "path": "pages/class/index", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  28. { "path": "pages/class/paySuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  29. { "path": "pages/home/message", "style": { "navigationBarTitleText": "消息", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": true } }
  30. ],
  31. "subPackages": [
  32. {
  33. "root": "pages/user",
  34. "pages": [
  35. { "path": "register", "style": { "navigationBarTitleText": "注册" } },
  36. { "path": "password", "style": { "navigationBarTitleText": "修改密码" } },
  37. { "path": "address", "style": { "navigationBarTitleText": "修改地址" } },
  38. { "path": "address/list", "style": { "navigationBarTitleText": "地址管理" } },
  39. { "path": "address/edit", "style": { "navigationBarTitleText": "添加新地址" } },
  40. { "path": "edit", "style": { "navigationBarTitleText": "个人信息" } },
  41. { "path": "birthday", "style": { "navigationBarTitleText": "您的生日" } },
  42. { "path": "growthList", "style": { "navigationBarTitleText": "成长值记录", "enablePullDownRefresh": true } },
  43. { "path": "integralList", "style": { "navigationBarTitleText": "积分记录", "enablePullDownRefresh": true } }
  44. ]
  45. },
  46. {
  47. "root": "pages/settle",
  48. "pages": [
  49. { "path": "debt", "style": { "navigationBarTitleText": "欠款订单" } },
  50. { "path": "pay", "style": { "navigationBarTitleText": "付款" } },
  51. { "path": "result", "style": { "navigationBarTitleText": "付款结果" } },
  52. { "path": "list", "style": { "navigationBarTitleText": "结账单" } },
  53. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  54. ]
  55. },
  56. {
  57. "root": "pages/hd",
  58. "pages": [
  59. { "path": "hasDel", "style": { "navigationBarTitleText": "已删除" } }
  60. ]
  61. },
  62. {
  63. "root": "pages/balance",
  64. "pages": [
  65. { "path": "changeList", "style": { "navigationBarTitleText": "余额变动" } }
  66. ]
  67. },
  68. {
  69. "root": "pages/custom",
  70. "pages": [
  71. { "path": "levelChange", "style": { "navigationBarTitleText": "等级变动" } },
  72. { "path": "myDividend", "style": { "navigationBarTitleText": "分红", "enablePullDownRefresh": true } },
  73. { "path": "dividendFlow", "style": { "navigationBarTitleText": "变动明细", "enablePullDownRefresh": true } },
  74. { "path": "dividendInvite", "style": { "navigationBarTitleText": "拉新客户", "enablePullDownRefresh": true } },
  75. { "path": "dividendContrib", "style": { "navigationBarTitleText": "分红订单", "enablePullDownRefresh": true } }
  76. ]
  77. },
  78. {
  79. "root": "pages/member",
  80. "pages": [
  81. { "path": "recharge", "style": { "navigationBarTitleText": "充值" } },
  82. { "path": "rechargeResult", "style": { "navigationBarTitleText": "结果" } }
  83. ]
  84. },
  85. {
  86. "root": "pages/goods",
  87. "pages": [
  88. { "path": "detail", "style": { "navigationBarTitleText": "详情" } },
  89. { "path": "list", "style": { "navigationBarTitleText": "商品列表", "enablePullDownRefresh": true } },
  90. { "path": "section-list", "style": { "navigationBarTitleText": "商品列表", "enablePullDownRefresh": true } }
  91. ]
  92. },
  93. {
  94. "root": "pages/groupBuy",
  95. "pages": [
  96. { "path": "detail", "style": { "navigationBarTitleText": "团购详情" } }
  97. ]
  98. },
  99. {
  100. "root": "pages/login",
  101. "pages": [
  102. { "path": "index", "style": { "navigationBarTitleText": "登录" } },
  103. { "path": "account", "style": { "navigationBarTitleText": "登录" } },
  104. { "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
  105. ]
  106. },
  107. {
  108. "root": "pages/pay",
  109. "pages": [
  110. { "path": "index", "style": { "navigationBarTitleText": "扫码付款" } }
  111. ]
  112. },
  113. {
  114. "root": "pages/callback",
  115. "pages": [
  116. { "path": "index" },
  117. { "path": "pay", "style": { "navigationBarTitleText": "待付款" } },
  118. { "path": "success", "style": { "navigationBarTitleText": "支付成功" } },
  119. { "path": "paySuccess", "style": { "navigationBarTitleText": "支付成功" } }
  120. ]
  121. },
  122. {
  123. "root": "pages/hb",
  124. "pages": [
  125. { "path": "list", "style": { "navigationBarTitleText": "红包", "enablePullDownRefresh": true } }
  126. ]
  127. },
  128. {
  129. "root": "pages/order",
  130. "pages": [
  131. { "path": "list", "style": { "navigationBarTitleText": "订单列表" } },
  132. { "path": "detail", "style": { "navigationBarTitleText": "订单详情" } },
  133. { "path": "comment", "style": { "navigationBarTitleText": "评价" } },
  134. { "path": "refund", "style": { "navigationBarTitleText": "申请售后" } },
  135. { "path": "refund-list", "style": { "navigationBarTitleText": "退款售后", "enablePullDownRefresh": true } },
  136. { "path": "refund-detail", "style": { "navigationBarTitleText": "售后详情" } }
  137. ]
  138. },
  139. {
  140. "root": "pages/interest",
  141. "pages": [
  142. { "path": "invite", "style": { "navigationBarTitleText": "邀请排行", "enablePullDownRefresh": false } },
  143. { "path": "level", "style": { "navigationBarTitleText": "会员等级" } }
  144. ]
  145. },
  146. {
  147. "root": "pages/chat",
  148. "pages": [
  149. { "path": "list", "style": { "navigationBarTitleText": "聊天列表", "enablePullDownRefresh": true } },
  150. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } },
  151. { "path": "chatPage", "style": { "navigationBarTitleText": "聊天" } }
  152. ]
  153. },
  154. {
  155. "root": "pages/billing",
  156. "pages": [
  157. { "path": "affirmGhs", "style": { "navigationBarTitleText": "订单结算", "enablePullDownRefresh": false } },
  158. { "path": "affirmMix", "style": { "navigationBarTitleText": "立即购买", "enablePullDownRefresh": false } }
  159. ]
  160. },
  161. {
  162. "root": "pages/recharge",
  163. "pages": [
  164. { "path": "list", "style": { "navigationBarTitleText": "充值记录", "enablePullDownRefresh": false } },
  165. { "path": "detail", "style": { "navigationBarTitleText": "充值详情" } }
  166. ]
  167. },
  168. {
  169. "root": "pages/message",
  170. "pages": [
  171. { "path": "index", "style": { "navigationBarTitleText": "消息列表", "enablePullDownRefresh": false } }
  172. ]
  173. }
  174. ],
  175. "globalStyle": {
  176. "navigationBarBackgroundColor": "#fff",
  177. "navigationBarTitleText": "花卉宝",
  178. "navigationBarTextStyle": "black"
  179. },
  180. "tabBar": {
  181. "color": "#9ca3af",
  182. "selectedColor": "#77c34f",
  183. "borderStyle": "black",
  184. "backgroundColor": "#ffffff",
  185. "list": [
  186. {
  187. "pagePath": "pages/home/recent",
  188. "iconPath": "static/tabbar/home.png",
  189. "selectedIconPath": "static/tabbar/home-active.png",
  190. "text": "首页"
  191. },
  192. {
  193. "pagePath": "pages/home/order",
  194. "iconPath": "static/tabbar/order.png",
  195. "selectedIconPath": "static/tabbar/order-active.png",
  196. "text": "订单"
  197. },
  198. {
  199. "pagePath": "pages/home/message",
  200. "iconPath": "static/tabbar/order.png",
  201. "selectedIconPath": "static/tabbar/order-active.png",
  202. "text": "消息"
  203. },
  204. {
  205. "pagePath": "pages/home/user",
  206. "iconPath": "static/tabbar/mine.png",
  207. "selectedIconPath": "static/tabbar/mine-active.png",
  208. "text": "我的"
  209. }
  210. ]
  211. }
  212. }