pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarBackgroundColor": "#286ceb",
  8. "navigationBarTextStyle": "white",
  9. "backgroundColor": "#286ceb",
  10. "enablePullDownRefresh": true
  11. }
  12. }, {
  13. "path": "pages/home/detail",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "app-plus": {
  17. "titleNView": {
  18. "type": "transparent",
  19. "backgroundColor": "rgba(255,255,255,0)"
  20. }
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/order/index",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarBackgroundColor": "#286ceb",
  29. "navigationBarTextStyle": "white",
  30. "backgroundColor": "#286ceb",
  31. "enablePullDownRefresh": true
  32. }
  33. }, {
  34. "path": "pages/my/index",
  35. "style": {
  36. "navigationStyle": "custom",
  37. "navigationBarBackgroundColor": "#286ceb",
  38. "navigationBarTextStyle": "white",
  39. "backgroundColor": "#286ceb",
  40. "enablePullDownRefresh": true
  41. }
  42. }, {
  43. "path": "pages/login/index",
  44. "style": {
  45. "navigationBarTitleText": "",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent",
  49. "backgroundColor": "rgba(255,255,255,0)",
  50. "backButton": {
  51. "background": "none"
  52. }
  53. }
  54. }
  55. }
  56. }, {
  57. "path": "pages/login/phone",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "app-plus": {
  61. "titleNView": {
  62. "type": "transparent",
  63. "backgroundColor": "rgba(255,255,255,0)"
  64. }
  65. }
  66. }
  67. }, {
  68. "path": "pages/login/register",
  69. "style": {
  70. "app-plus": {
  71. "titleNView": {
  72. "type": "transparent",
  73. "backgroundColor": "rgba(255,255,255,0)"
  74. }
  75. }
  76. }
  77. }, {
  78. "path": "pages/login/forget-pwd",
  79. "style": {
  80. "app-plus": {
  81. "titleNView": {
  82. "type": "transparent",
  83. "backgroundColor": "rgba(255,255,255,0)"
  84. }
  85. }
  86. }
  87. }, {
  88. "path": "pages/my/my-order",
  89. "style": {
  90. "navigationBarTitleText": "我的订单",
  91. "navigationBarBackgroundColor": "#286ceb",
  92. "navigationBarTextStyle": "white",
  93. "backgroundColor": "#286ceb",
  94. "enablePullDownRefresh": true
  95. }
  96. }, {
  97. "path": "pages/home/city",
  98. "style": {
  99. "navigationBarTitleText": "选择城市"
  100. }
  101. }, {
  102. "path": "pages/my/set/index",
  103. "style": {
  104. "navigationBarTitleText": "设置"
  105. }
  106. }, {
  107. "path": "pages/my/set/phone-number",
  108. "style": {
  109. "navigationBarTitleText": "当前手机号"
  110. }
  111. }, {
  112. "path": "pages/my/set/phone-change",
  113. "style": {
  114. "navigationBarTitleText": "更改手机号"
  115. }
  116. }, {
  117. "path": "pages/my/IDcard",
  118. "style": {
  119. "navigationBarTitleText": "实名认证"
  120. }
  121. }, {
  122. "path": "pages/my/Driver",
  123. "style": {
  124. "navigationBarTitleText": "驾照认证"
  125. }
  126. },
  127. {
  128. "path": "pages/home/test",
  129. "style": {
  130. "navigationBarTitleText": ""
  131. }
  132. }, {
  133. "path": "pages/my/owner/index",
  134. "style": {
  135. "navigationBarTitleText": "车主认证"
  136. }
  137. }, {
  138. "path": "pages/my/owner/owner",
  139. "style": {
  140. "navigationBarTitleText": "车辆选择"
  141. }
  142. }, {
  143. "path": "pages/my/wallet",
  144. "style": {
  145. "navigationBarTitleText": "钱包",
  146. "navigationBarBackgroundColor": "#286ceb",
  147. "navigationBarTextStyle": "white",
  148. "backgroundColor": "#286ceb"
  149. }
  150. }, {
  151. "path": "pages/my/cash",
  152. "style": {
  153. "navigationBarTitleText": "提现"
  154. }
  155. }, {
  156. "path": "pages/my/contact",
  157. "style": {
  158. "navigationBarTitleText": "联系我们"
  159. }
  160. }, {
  161. "path": "pages/my/help/index",
  162. "style": {
  163. "navigationBarTitleText": "帮助中心"
  164. }
  165. }, {
  166. "path": "pages/my/help/help",
  167. "style": {
  168. "navigationBarTitleText": "三步教你搞定注册流程"
  169. }
  170. }, {
  171. "path": "pages/my/help/details",
  172. "style": {
  173. "navigationBarTitleText": "详情"
  174. }
  175. }, {
  176. "path": "pages/my/about",
  177. "style": {
  178. "navigationBarTitleText": "关于我们"
  179. }
  180. }, {
  181. "path": "pages/home/offline",
  182. "style": {
  183. "navigationBarTitleText": "线下结算",
  184. "enablePullDownRefresh": false
  185. }
  186. }, {
  187. "path": "pages/shunfeng/publish",
  188. "style": {
  189. "navigationBarTitleText": "发布",
  190. "navigationBarBackgroundColor": "#286ceb",
  191. "navigationBarTextStyle": "white",
  192. "backgroundColor": "#286ceb"
  193. }
  194. }, {
  195. "path": "pages/shunfeng/pub-list",
  196. "style": {
  197. "navigationBarTitleText": "顺风车发布",
  198. "navigationBarBackgroundColor": "#286ceb",
  199. "navigationBarTextStyle": "white",
  200. "backgroundColor": "#286ceb",
  201. "enablePullDownRefresh": true
  202. }
  203. }, {
  204. "path": "pages/shunfeng/order-detail",
  205. "style": {
  206. "navigationBarTitleText": "",
  207. "navigationBarBackgroundColor": "#286ceb",
  208. "navigationBarTextStyle": "white",
  209. "backgroundColor": "#286ceb"
  210. }
  211. }, {
  212. "path": "pages/shunfeng/search",
  213. "style": {
  214. "navigationBarTitleText": "搜索",
  215. "navigationBarBackgroundColor": "#286ceb",
  216. "navigationBarTextStyle": "white",
  217. "backgroundColor": "#286ceb"
  218. }
  219. }, {
  220. "path": "pages/map/index",
  221. "style": {
  222. "navigationStyle": "custom",
  223. "enablePullDownRefresh": false
  224. }
  225. }
  226. ,{
  227. "path" : "pages/huoyun/order-detail",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "",
  231. "enablePullDownRefresh": false
  232. }
  233. }
  234. ,{
  235. "path" : "pages/huoyun/pay",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "",
  239. "enablePullDownRefresh": false
  240. }
  241. }
  242. ],
  243. "globalStyle": {
  244. "navigationBarTextStyle": "black",
  245. "navigationBarBackgroundColor": "#fff",
  246. "backgroundColor": "#F8F8F8"
  247. },
  248. "tabBar": {
  249. "color": "#cccccc",
  250. "selectedColor": "#286ceb",
  251. "borderStyle": "black",
  252. "backgroundColor": "#ffffff",
  253. "list": [{
  254. "pagePath": "pages/home/index",
  255. "iconPath": "static/tabbar/1.png",
  256. "selectedIconPath": "static/tabbar/1-1.png",
  257. "text": "首页"
  258. }, {
  259. "pagePath": "pages/order/index",
  260. "iconPath": "static/tabbar/2.png",
  261. "selectedIconPath": "static/tabbar/2-2.png",
  262. "text": "订单"
  263. },{
  264. "pagePath": "pages/my/index",
  265. "iconPath": "static/tabbar/3.png",
  266. "selectedIconPath": "static/tabbar/3-3.png",
  267. "text": "我的"
  268. }]
  269. },
  270. "easycom": {
  271. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  272. }
  273. }