pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "enablePullDownRefresh": true,
  7. "navigationBarTitleText": "嘀咚点到"
  8. }
  9. },
  10. {
  11. "path": "pages/service/index",
  12. "style": {
  13. "enablePullDownRefresh": true,
  14. "navigationBarTitleText": "技师列表"
  15. }
  16. },
  17. {
  18. "path": "pages/service/detail",
  19. "style": {
  20. "enablePullDownRefresh": true,
  21. "navigationBarTitleText": "技师详情"
  22. }
  23. },
  24. {
  25. "path": "pages/service/evaluateDetail",
  26. "style": {
  27. "enablePullDownRefresh": true,
  28. "navigationBarTitleText": "技师详情"
  29. }
  30. },
  31. {
  32. "path": "pages/project/index",
  33. "style": {
  34. "enablePullDownRefresh": true,
  35. "navigationBarTitleText": "快速下单"
  36. }
  37. },
  38. {
  39. "path": "pages/project/detail",
  40. "style": {
  41. "enablePullDownRefresh": true,
  42. "navigationBarTitleText": "项目详情"
  43. }
  44. },
  45. {
  46. "path": "pages/order/index",
  47. "style": {
  48. "enablePullDownRefresh": true,
  49. "navigationBarTitleText": "我的订单"
  50. }
  51. },
  52. {
  53. "path": "pages/order/create",
  54. "style": {
  55. "navigationBarTitleText": "提交订单"
  56. }
  57. },
  58. {
  59. "path": "pages/order/pay",
  60. "style": {
  61. "navigationBarTitleText": "支付订单"
  62. }
  63. },
  64. {
  65. "path": "pages/order/success",
  66. "style": {
  67. "navigationBarTitleText": "支付成功"
  68. }
  69. },
  70. {
  71. "path": "pages/order/fail",
  72. "style": {
  73. "navigationBarTitleText": "支付失败"
  74. }
  75. },
  76. {
  77. "path": "pages/order/detail",
  78. "style": {
  79. "navigationBarTitleText": "订单详情"
  80. }
  81. },
  82. {
  83. "path": "pages/order/select",
  84. "style": {
  85. "navigationBarTitleText": "选择技师"
  86. }
  87. },
  88. {
  89. "path": "pages/order/evaluate",
  90. "style": {
  91. "navigationBarTitleText": "服务评价"
  92. }
  93. },
  94. {
  95. "path": "pages/account/index",
  96. "style": {
  97. "enablePullDownRefresh": true,
  98. "navigationBarTitleText": "我的账户"
  99. }
  100. },
  101. {
  102. "path": "pages/account/inviteCode",
  103. "style": {
  104. "navigationBarTitleText": "我的二维码"
  105. }
  106. },
  107. {
  108. "path": "pages/account/cash",
  109. "style": {
  110. "navigationBarTitleText": "提现"
  111. }
  112. },
  113. {
  114. "path": "pages/account/wallet",
  115. "style": {
  116. "navigationBarTitleText": "我的钱包"
  117. }
  118. },
  119. {
  120. "path": "pages/account/setting",
  121. "style": {
  122. "navigationBarTitleText": "设置"
  123. }
  124. },
  125. {
  126. "path": "pages/account/complaint",
  127. "style": {
  128. "navigationBarTitleText": "意见反馈"
  129. }
  130. },
  131. {
  132. "path": "pages/account/about",
  133. "style": {
  134. "navigationBarTitleText": "关于我们"
  135. }
  136. },
  137. {
  138. "path": "pages/account/help",
  139. "style": {
  140. "navigationBarTitleText": "嘀咚点到"
  141. }
  142. },
  143. {
  144. "path": "pages/account/agent",
  145. "style": {
  146. "navigationBarTitleText": "代理申请"
  147. }
  148. },
  149. {
  150. "path": "pages/account/promotion",
  151. "style": {
  152. "navigationBarTitleText": "推广赚钱"
  153. }
  154. },
  155. {
  156. "path": "pages/account/login",
  157. "style": {
  158. "navigationBarTitleText": "用户登录"
  159. }
  160. },
  161. {
  162. "path": "pages/account/register",
  163. "style": {
  164. "navigationBarTitleText": "注册"
  165. }
  166. },
  167. {
  168. "path": "pages/account/forgot",
  169. "style": {
  170. "navigationBarTitleText": "忘记密码"
  171. }
  172. },
  173. {
  174. "path": "pages/order/localtest",
  175. "style": {
  176. "navigationBarTitleText": "嘀咚点到"
  177. }
  178. },
  179. {
  180. "path" : "pages/wechat/callback",
  181. "style" :
  182. {
  183. "navigationBarTitleText" : "微信授权",
  184. "enablePullDownRefresh" : false
  185. }
  186. },
  187. {
  188. "path" : "pages/account/bind",
  189. "style" :
  190. {
  191. "navigationBarTitleText" : "绑定账户",
  192. "enablePullDownRefresh" : false
  193. }
  194. }
  195. ],
  196. "globalStyle": {
  197. "navigationBarTextStyle": "black",
  198. "navigationBarTitleText": "嘀咚点到",
  199. "backgroundColor": "#F8F8F8",
  200. "navigationStyle": "custom"
  201. },
  202. "tabBar": {
  203. "color": "#999",
  204. "selectedColor": "#07D69E",
  205. "borderStyle": "black",
  206. "backgroundColor": "#ffffff",
  207. "list": [
  208. {
  209. "pagePath": "pages/index/index",
  210. "iconPath": "static/tabbar/home.png",
  211. "selectedIconPath": "static/tabbar/home_active.png",
  212. "text": "首页"
  213. },
  214. {
  215. "pagePath": "pages/service/index",
  216. "iconPath": "static/tabbar/member.png",
  217. "selectedIconPath": "static/tabbar/member_active.png",
  218. "text": "技师"
  219. },
  220. {
  221. "pagePath": "pages/project/index",
  222. "iconPath": "static/tabbar/service.png",
  223. "selectedIconPath": "static/tabbar/service_active.png",
  224. "text": "快速下单"
  225. },
  226. {
  227. "pagePath": "pages/order/index",
  228. "iconPath": "static/tabbar/order.png",
  229. "selectedIconPath": "static/tabbar/order_active.png",
  230. "text": "订单"
  231. },
  232. {
  233. "pagePath": "pages/account/index",
  234. "iconPath": "static/tabbar/account.png",
  235. "selectedIconPath": "static/tabbar/account_active.png",
  236. "text": "我的"
  237. }
  238. ]
  239. },
  240. "uniIdRouter": {},
  241. "condition": { //模式配置,仅开发期间生效
  242. "current": 0, //当前激活的模式(list 的索引项)
  243. "list": [
  244. {
  245. "name": "test", //模式名称
  246. "path": "pages/index/index" //启动页面,必选
  247. }
  248. ]
  249. }
  250. }