推拿小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

213 lines
3.9 KiB

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. {
  2. "pages": [ {
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页",
  6. "enablePullDownRefresh": true
  7. }
  8. },
  9. {
  10. "path": "pages/index/order",
  11. "style": {
  12. "navigationBarTitleText": "订单",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/index/category",
  18. "style": {
  19. "navigationBarTitleText": "商品",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/index/center",
  25. "style": {
  26. "navigationBarTitleText": "我的",
  27. "enablePullDownRefresh": true
  28. }
  29. },
  30. {
  31. "path": "pages/index/cart",
  32. "style": {
  33. "navigationBarTitleText": "购物车",
  34. "enablePullDownRefresh": true
  35. }
  36. }
  37. ],
  38. "preloadRule": {
  39. "pages/index/index": {
  40. "network": "all",
  41. "packages": ["pages_order"]
  42. }
  43. },
  44. "subPackages": [{
  45. "root": "pages_order",
  46. "pages": [
  47. {
  48. "path": "product/productDetail",
  49. "style": {
  50. "navigationBarTitleText": "商品详情"
  51. }
  52. },
  53. {
  54. "path": "order/createOrder",
  55. "style": {
  56. "navigationBarTitleText": "创建订单"
  57. }
  58. },
  59. {
  60. "path": "order/verifyOrder",
  61. "style": {
  62. "navigationBarTitleText": "核销订单",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "order/orderDetail",
  68. "style": {
  69. "navigationBarTitleText": "订单详情",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "mine/memberCenter",
  75. "style": {
  76. "navigationBarTitleText": "会员中心"
  77. }
  78. },
  79. {
  80. "path": "mine/partner",
  81. "style": {
  82. "navigationBarTitleText": "合作伙伴"
  83. }
  84. },
  85. {
  86. "path": "mine/withdraw",
  87. "style": {
  88. "navigationBarTitleText": "提现"
  89. }
  90. },
  91. {
  92. "path": "mine/runningWater",
  93. "style": {
  94. "navigationBarTitleText": "流水记录"
  95. }
  96. },
  97. {
  98. "path": "mine/promotion",
  99. "style": {
  100. "navigationBarTitleText": "推广中心"
  101. }
  102. },
  103. {
  104. "path": "mine/promotionH5",
  105. "style": {
  106. "navigationBarTitleText": "推广中心"
  107. }
  108. },
  109. {
  110. "path": "mine/coupon",
  111. "style": {
  112. "navigationBarTitleText": "优惠券"
  113. }
  114. },
  115. {
  116. "path": "mine/voucher",
  117. "style": {
  118. "navigationBarTitleText": "代金券"
  119. }
  120. },
  121. {
  122. "path": "mine/verifyVoucher",
  123. "style": {
  124. "navigationBarTitleText": "核销代金券"
  125. }
  126. },
  127. {
  128. "path": "mine/signIn",
  129. "style": {
  130. "navigationBarTitleText": "签到"
  131. }
  132. },
  133. {
  134. "path": "mine/pointsRecord",
  135. "style": {
  136. "navigationBarTitleText": "积分记录"
  137. }
  138. },
  139. {
  140. "path": "mine/cooperation",
  141. "style": {
  142. "navigationBarTitleText": "合作",
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "mine/verifyRecord",
  148. "style": {
  149. "navigationBarTitleText": "核销记录"
  150. }
  151. },
  152. {
  153. "path": "auth/wxLogin",
  154. "style": {
  155. "navigationBarTitleText": "微信登录"
  156. }
  157. },
  158. {
  159. "path": "auth/wxUserInfo",
  160. "style": {
  161. "navigationBarTitleText": "用户信息"
  162. }
  163. },
  164. {
  165. "path": "auth/loginAndRegisterAndForgetPassword",
  166. "style": {
  167. "navigationBarTitleText": "登录注册"
  168. }
  169. },
  170. {
  171. "path": "mine/help",
  172. "style": {
  173. "navigationBarTitleText": "帮助中心"
  174. }
  175. },
  176. {
  177. "path": "home/contact",
  178. "style": {
  179. "navigationBarTitleText": "联系我们"
  180. }
  181. }
  182. ]
  183. }],
  184. "globalStyle": {
  185. "navigationBarTextStyle": "black",
  186. "navigationBarTitleText": "愈然工坊",
  187. "navigationBarBackgroundColor": "#F8F8F8",
  188. "backgroundColor": "#F8F8F8",
  189. "navigationStyle": "custom"
  190. },
  191. "tabBar": {
  192. "custom": true,
  193. "color": "#7A7E83",
  194. "selectedColor": "#3cc51f",
  195. "borderStyle": "black",
  196. "backgroundColor": "#ffffff",
  197. "list": [{
  198. "pagePath": "pages/index/index",
  199. "text": "首页"
  200. }, {
  201. "pagePath": "pages/index/category",
  202. "text": "商品"
  203. }, {
  204. "pagePath": "pages/index/order",
  205. "text": "订单"
  206. }, {
  207. "pagePath": "pages/index/center",
  208. "text": "我的"
  209. }]
  210. },
  211. "uniIdRouter": {}
  212. }