pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "订单券列表",
  7. "usingComponents": {}
  8. }
  9. },
  10. {
  11. "path": "pages/tabBar/ucenter/index/index",
  12. "style": {
  13. "backgroundColor": "#f4f4f4",
  14. "navigationBarTitleText": "个人中心",
  15. "enablePullDownRefresh": false,
  16. "navigationBarBackgroundColor": "#24ADFF",
  17. "usingComponents": {}
  18. }
  19. },
  20. {
  21. "path": "pages/auth/login/login",
  22. "style": {
  23. "navigationBarTitleText": "登录",
  24. "usingComponents": {}
  25. }
  26. },
  27. {
  28. "path": "pages/goods/goods",
  29. "style": {
  30. "navigationBarTitleText": "鲸致生活家政服务",
  31. "usingComponents": {}
  32. }
  33. },
  34. {
  35. "path": "pages/ucenter/address/address",
  36. "style": {
  37. "navigationBarTitleText": "地址管理",
  38. "usingComponents": {}
  39. }
  40. },
  41. {
  42. "path": "pages/ucenter/addressAdd/addressAdd",
  43. "style": {
  44. "navigationBarTitleText": "编辑地址",
  45. "usingComponents": {}
  46. }
  47. },
  48. {
  49. "path": "pages/ucenter/feedback/feedback",
  50. "style": {
  51. "navigationBarTitleText": "意见反馈",
  52. "usingComponents": {}
  53. }
  54. },
  55. {
  56. "path": "pages/ucenter/about/about",
  57. "style": {
  58. "usingComponents": {}
  59. }
  60. },
  61. {
  62. "path": "pages/ucenter/help/help",
  63. "style": {
  64. "navigationBarTitleText": "服务说明",
  65. "usingComponents": {}
  66. }
  67. },
  68. {
  69. "path": "pages/ucenter/order/order",
  70. "style": {
  71. "navigationBarTitleText": "我的订单",
  72. "usingComponents": {}
  73. }
  74. },
  75. {
  76. "path": "pages/ucenter/orderDetail/orderDetail",
  77. "style": {
  78. "navigationBarTitleText": "订单详情",
  79. "enablePullDownRefresh": true,
  80. "usingComponents": {},
  81. "navigationBarTextStyle":"black",
  82. "navigationBarBackgroundColor": "#fff"
  83. }
  84. },
  85. {
  86. "path": "pages/ucenter/aftersale/aftersale",
  87. "style": {
  88. "navigationBarTitleText": "售后",
  89. "usingComponents": {}
  90. }
  91. },
  92. {
  93. "path": "pages/ucenter/aftersaleList/aftersaleList",
  94. "style": {
  95. "navigationBarTitleText": "我的售后",
  96. "usingComponents": {}
  97. }
  98. },
  99. {
  100. "path": "pages/ucenter/aftersaleDetail/aftersaleDetail",
  101. "style": {
  102. "navigationBarTitleText": "售后详情",
  103. "usingComponents": {}
  104. }
  105. },
  106. {
  107. "path": "pages/ucenter/serviceDetail/serviceDetail",
  108. "style": {
  109. "navigationBarTitleText": "服务预约",
  110. "usingComponents": {}
  111. }
  112. },
  113. {
  114. "path": "pages/ucenter/appointOrder/appointOrder",
  115. "style": {
  116. "backgroundColor": "#f4f4f4",
  117. "navigationBarTitleText": "立即预约",
  118. "enablePullDownRefresh": false,
  119. "navigationBarBackgroundColor": "#fff",
  120. "usingComponents": {},
  121. "navigationBarTextStyle":"black"
  122. }
  123. },
  124. {
  125. "path": "pages/ucenter/addressChoose/addressChoose",
  126. "style": {
  127. "navigationBarTitleText": "地址选择",
  128. "usingComponents": {}
  129. }
  130. },
  131. {
  132. "path": "pages/ucenter/company/company",
  133. "style": {
  134. "usingComponents": {}
  135. }
  136. },
  137. {
  138. "path": "pages/ucenter/applyRefund/applyRefund",
  139. "style": {
  140. "navigationBarTitleText": "申请退款",
  141. "usingComponents": {}
  142. }
  143. },
  144. {
  145. "path": "pages/map/mapContent/mapContent",
  146. "style": {
  147. "usingComponents": {},
  148. "navigationBarTitleText": "确认服务地址"
  149. }
  150. },
  151. {
  152. "path": "pages/extra/newRevisit/newRevisit",
  153. "style": {
  154. "component": true,
  155. "navigationBarTitleText": "服务意见",
  156. "usingComponents": {}
  157. }
  158. }
  159. ],
  160. "tabBar": {
  161. "backgroundColor": "#f7f7f7",
  162. "borderStyle": "white",
  163. "selectedColor": "#09AFFF",
  164. "color": "#2A2A2A",
  165. "list": [
  166. {
  167. "pagePath": "pages/index/index",
  168. "iconPath": "static/images/new/home.png",
  169. "selectedIconPath": "static/images/new/home@selected.png",
  170. "text": "团购核销"
  171. },
  172. {
  173. "pagePath": "pages/tabBar/ucenter/index/index",
  174. "iconPath": "static/images/new/my.png",
  175. "selectedIconPath": "static/images/new/my@selected.png",
  176. "text": "我的"
  177. }
  178. ]
  179. },
  180. "networkTimeout": {
  181. "request": 30000,
  182. "connectSocket": 30000,
  183. "uploadFile": 30000,
  184. "downloadFile": 30000
  185. },
  186. "debug": true,
  187. "sitemapLocation": "sitemap.json",
  188. "permission": {
  189. "scope.userLocation": {
  190. "desc": "你的位置信息将用于确定服务范围"
  191. }
  192. },
  193. "plugins": {
  194. "contactPlugin": {
  195. "version": "1.4.3",
  196. "provider": "wx104a1a20c3f81ec2"
  197. },
  198. "chooseLocation": {
  199. "version": "1.0.8",
  200. "provider": "wx76a9a06e5b4e693e"
  201. }
  202. },
  203. "easycom": {
  204. "autoscan": true,
  205. "custom": {
  206. "^van-cell$": "./lib/vant-weapp/cell/index",
  207. "^van-cell-group$": "./lib/vant-weapp/cell-group/index",
  208. "^van-picker$": "./lib/vant-weapp/picker/index",
  209. "^van-field$": "./lib/vant-weapp/field/index",
  210. "^van-uploader$": "./lib/vant-weapp/uploader/index",
  211. "^van-tag$": "./lib/vant-weapp/tag/index",
  212. "^van-icon$": "./lib/vant-weapp/icon/index",
  213. "^van-steps$": "./lib/vant-weapp/steps/index",
  214. "^van-tab$": "@vant/weapp/tab/index",
  215. "^van-tabs$": "@vant/weapp/tabs/index",
  216. "^van-dialog$": "@vant/weapp/dialog/index",
  217. "^van-checkbox$": "@vant/weapp/checkbox/index",
  218. "^van-checkbox-group$": "@vant/weapp/checkbox-group/index",
  219. "^van-overlay$": "@vant/weapp/overlay/index",
  220. "^van-datetime-picker$": "@/lib/vant-weapp/datetime-picker/index",
  221. "^van-popup$": "@/lib/vant-weapp/popup/index",
  222. "^van-button$": "@vant/weapp/button/index"
  223. }
  224. },
  225. "globalStyle": {
  226. "navigationBarBackgroundColor": "#09afff",
  227. "navigationBarTitleText": "鲸致生活",
  228. "enablePullDownRefresh": false,
  229. "navigationBarTextStyle": "white",
  230. "backgroundColor": "#F7F7F7",
  231. "backgroundTextStyle": "dark",
  232. "navigationStyle": "default",
  233. "usingComponents": {
  234. }
  235. },
  236. "subPackages": []
  237. }