pages.json 8.8 KB

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