app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/order/order",
  5. "pages/mine/mine",
  6. "pages/home/home",
  7. "pages/date/date",
  8. "pages/select/select",
  9. "pages/chooseCar/chooseCar",
  10. "pages/handlePeople/handlePeople",
  11. "pages/commonPeople/commonPeople",
  12. "pages/coupon/coupon",
  13. "pages/orderDetail/orderDetail",
  14. "pages/transportation/transportation",
  15. "pages/pay/pay",
  16. "pages/useDetail/useDetail",
  17. "pages/identity/identity",
  18. "pages/authenticate/authenticate",
  19. "pages/hexiaolist/hexiaolist"
  20. ],
  21. "window": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "",
  24. "navigationBarBackgroundColor": "#F8F8F8",
  25. "backgroundColor": "#F8F8F8"
  26. },
  27. "tabBar": {
  28. "color": "#616267",
  29. "selectedColor": "#FF8205",
  30. "borderStyle": "black",
  31. "backgroundColor": "#ffffff",
  32. "list": [
  33. {
  34. "pagePath": "pages/home/home",
  35. "iconPath": "/static/images/tabBar/home.png",
  36. "selectedIconPath": "/static/images/tabBar/home_selected.png",
  37. "text": "乘车"
  38. },
  39. {
  40. "pagePath": "pages/order/order",
  41. "iconPath": "/static/images/tabBar/order.png",
  42. "selectedIconPath": "/static/images/tabBar/order_selected.png",
  43. "text": "订单"
  44. },
  45. {
  46. "pagePath": "pages/mine/mine",
  47. "iconPath": "/static/images/tabBar/mine.png",
  48. "selectedIconPath": "/static/images/tabBar/mine_selected.png",
  49. "text": "我的"
  50. }
  51. ]
  52. },
  53. "usingComponents": {}
  54. }