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.7 KiB

8 months ago
8 months ago
  1. {
  2. "pages": [
  3. {
  4. "path" : "pages/index/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录"
  14. }
  15. },
  16. {
  17. "path": "pages/login/mobile",
  18. "style": {
  19. "navigationBarTitleText": "登陆"
  20. }
  21. },
  22. {
  23. "path" : "pages/index/order",
  24. "style" :
  25. {
  26. "navigationBarTitleText" : "订单"
  27. }
  28. },
  29. {
  30. "path" : "pages/index/technician",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : "技师列表"
  34. }
  35. },
  36. {
  37. "path" : "pages/index/center",
  38. "style" :
  39. {
  40. "navigationBarTitleText" : "用户中心"
  41. }
  42. },
  43. {
  44. "path" : "pages/order/orderDetail",
  45. "style" :
  46. {
  47. "navigationBarTitleText" : "订单详情"
  48. }
  49. },
  50. {
  51. "path" : "pages/order/evaluate",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : "服务评价"
  55. }
  56. },
  57. {
  58. "path" : "pages/order/payOrder",
  59. "style" :
  60. {
  61. "navigationBarTitleText" : "确认订单"
  62. }
  63. },
  64. {
  65. "path" : "pages/technician/subscribeService",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "选择技师"
  69. }
  70. },
  71. {
  72. "path" : "pages/technician/technicianDetail",
  73. "style" :
  74. {
  75. "navigationBarTitleText" : "技师详情"
  76. }
  77. },
  78. {
  79. "path" : "pages/mine/collect",
  80. "style" :
  81. {
  82. "navigationBarTitleText" : "我的收藏"
  83. }
  84. },
  85. {
  86. "path" : "pages/mine/coupon",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "我的优惠券"
  90. }
  91. },
  92. {
  93. "path" : "pages/mine/address",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "地址管理"
  97. }
  98. },
  99. {
  100. "path" : "pages/mine/distribution",
  101. "style" :
  102. {
  103. "navigationBarTitleText" : "分销代理"
  104. }
  105. },
  106. {
  107. "path" : "pages/payment/payment-success",
  108. "style" :
  109. {
  110. "navigationBarTitleText" : "支付成功",
  111. "enablePullDownRefresh" : false
  112. }
  113. },
  114. {
  115. "path" : "pages/mine/wallet",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : "我的钱包"
  119. }
  120. },
  121. {
  122. "path" : "pages/technician/selectTechnician",
  123. "style" :
  124. {
  125. "navigationBarTitleText" : "选择技师"
  126. }
  127. },
  128. {
  129. "path" : "pages/map/map",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : "地图"
  133. }
  134. },
  135. {
  136. "path" : "pages/mine/nodes",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : "粉丝"
  140. }
  141. },
  142. {
  143. "path" : "pages/mine/setting",
  144. "style" :
  145. {
  146. "navigationBarTitleText" : "设置"
  147. }
  148. },
  149. {
  150. "path" : "pages/mine/settled",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : "技师招募"
  154. }
  155. },
  156. {
  157. "path" : "pages/mine/runningWater",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : "流水"
  161. }
  162. },
  163. {
  164. "path" : "pages/mine/phoneDetail",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "绑定手机"
  168. }
  169. },
  170. {
  171. "path" : "pages/mine/withdraw",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : "钱包提现"
  175. }
  176. }
  177. ],
  178. "globalStyle": {
  179. "navigationBarTextStyle": "black",
  180. "navigationBarTitleText": "天都服务",
  181. "navigationBarBackgroundColor": "#F8F8F8",
  182. "backgroundColor": "#F8F8F8",
  183. "navigationStyle":"custom"
  184. },
  185. "tabBar": {
  186. "backgroundColor": "white",
  187. "selectedColor": "#56CBA4",
  188. "list": [
  189. {
  190. "selectedIconPath": "/static/bar/hms.png",
  191. "iconPath": "/static/bar/hm.png",
  192. "pagePath": "pages/index/index",
  193. "text": "首页"
  194. },{
  195. "selectedIconPath": "/static/bar/phs.png",
  196. "iconPath": "/static/bar/ph.png",
  197. "pagePath": "pages/index/technician",
  198. "text": "技师"
  199. },{
  200. "selectedIconPath": "/static/bar/tps.png",
  201. "iconPath": "/static/bar/tp.png",
  202. "pagePath": "pages/index/order",
  203. "text": "订单"
  204. },{
  205. "selectedIconPath": "/static/bar/wds.png",
  206. "iconPath": "/static/bar/wd.png",
  207. "pagePath": "pages/index/center",
  208. "text": "我的"
  209. }
  210. ]
  211. },
  212. "uniIdRouter": {}
  213. }