pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "嘀咚点到"
  7. }
  8. },
  9. {
  10. "path": "pages/project/index",
  11. "style": {
  12. "navigationBarTitleText": "服务项目"
  13. }
  14. },
  15. {
  16. "path": "pages/index/fast",
  17. "style": {
  18. "navigationBarTitleText": "快速抢单"
  19. }
  20. },
  21. {
  22. "path": "pages/order/index",
  23. "style": {
  24. "navigationBarTitleText": "我的订单"
  25. }
  26. },
  27. {
  28. "path": "pages/order/detail",
  29. "style": {
  30. "navigationBarTitleText": "订单详情"
  31. }
  32. },
  33. {
  34. "path": "pages/order/map",
  35. "style": {
  36. "navigationBarTitleText": "地图详情"
  37. }
  38. },
  39. {
  40. "path": "pages/account/index",
  41. "style": {
  42. "navigationBarTitleText": "我的"
  43. }
  44. },
  45. {
  46. "path": "pages/account/login",
  47. "style": {
  48. "navigationBarTitleText": "技师登录"
  49. }
  50. },
  51. {
  52. "path": "pages/account/register",
  53. "style": {
  54. "navigationBarTitleText": "技师注册"
  55. }
  56. },
  57. {
  58. "path": "pages/account/forgot",
  59. "style": {
  60. "navigationBarTitleText": "忘记密码"
  61. }
  62. },
  63. {
  64. "path": "pages/account/inviteCode",
  65. "style": {
  66. "navigationBarTitleText": "我的二维码"
  67. }
  68. },
  69. {
  70. "path": "pages/account/help",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. },
  75. {
  76. "path": "pages/account/agent",
  77. "style": {
  78. "navigationBarTitleText": "代理中心"
  79. }
  80. },
  81. {
  82. "path": "pages/account/promotion",
  83. "style": {
  84. "navigationBarTitleText": "代理中心"
  85. }
  86. },
  87. {
  88. "path": "pages/account/about",
  89. "style": {
  90. "navigationBarTitleText": "关于我们"
  91. }
  92. },
  93. {
  94. "path": "pages/account/complaint",
  95. "style": {
  96. "navigationBarTitleText": "意见反馈"
  97. }
  98. },
  99. {
  100. "path": "pages/account/wallet",
  101. "style": {
  102. "navigationBarTitleText": "我的钱包"
  103. }
  104. },
  105. {
  106. "path": "pages/account/cash",
  107. "style": {
  108. "navigationBarTitleText": "提现"
  109. }
  110. },
  111. {
  112. "path": "pages/account/setting",
  113. "style": {
  114. "navigationBarTitleText": "设置管理"
  115. }
  116. },
  117. {
  118. "path": "pages/account/certification",
  119. "style": {
  120. "navigationBarTitleText": "技师认证"
  121. }
  122. },
  123. {
  124. "path": "pages/account/test",
  125. "style": {
  126. "navigationBarTitleText": "uni-app"
  127. }
  128. }
  129. ],
  130. "globalStyle": {
  131. "navigationBarTextStyle": "black",
  132. "navigationBarTitleText": "嘀咚点到",
  133. "navigationBarBackgroundColor": "#F8F8F8",
  134. "backgroundColor": "#F8F8F8",
  135. "navigationStyle": "custom"
  136. },
  137. "tabBar": {
  138. "color": "#999",
  139. "selectedColor": "#07D69E",
  140. "borderStyle": "black",
  141. "backgroundColor": "#ffffff",
  142. "list": [
  143. {
  144. "pagePath": "pages/index/index",
  145. "iconPath": "static/tabbar/home.png",
  146. "selectedIconPath": "static/tabbar/home_active.png",
  147. "text": "首页"
  148. },
  149. {
  150. "pagePath": "pages/project/index",
  151. "iconPath": "static/tabbar/member.png",
  152. "selectedIconPath": "static/tabbar/member_active.png",
  153. "text": "服务项目"
  154. },
  155. {
  156. "pagePath": "pages/index/fast",
  157. "iconPath": "static/tabbar/service.png",
  158. "selectedIconPath": "static/tabbar/service_active.png",
  159. "text": "抢单"
  160. },
  161. {
  162. "pagePath": "pages/order/index",
  163. "iconPath": "static/tabbar/order.png",
  164. "selectedIconPath": "static/tabbar/order_active.png",
  165. "text": "订单"
  166. },
  167. {
  168. "pagePath": "pages/account/index",
  169. "iconPath": "static/tabbar/account.png",
  170. "selectedIconPath": "static/tabbar/account_active.png",
  171. "text": "我的"
  172. }
  173. ]
  174. },
  175. "uniIdRouter": {}
  176. }