推拿小程序前端代码仓库
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.

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