app.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/select-activity/select-activity",
  5. "pages/schedule-list/schedule-list",
  6. "pages/order/order",
  7. "pages/add-passenger/add-passenger",
  8. "pages/pay-success/pay-success",
  9. "pages/orders/orders",
  10. "pages/order-detail/order-detail",
  11. "pages/mall/mall",
  12. "pages/mine/mine",
  13. "pages/points-mall/points-mall",
  14. "pages/points-history/points-history",
  15. "pages/my-coupons/my-coupons",
  16. "pages/passenger-management/passenger-management"
  17. ],
  18. "tabBar": {
  19. "color": "#999999",
  20. "selectedColor": "#4A90C2",
  21. "backgroundColor": "#ffffff",
  22. "borderStyle": "black",
  23. "custom": true,
  24. "list": [
  25. {
  26. "pagePath": "pages/home/home",
  27. "text": "首页"
  28. },
  29. {
  30. "pagePath": "pages/orders/orders",
  31. "text": "出行"
  32. },
  33. {
  34. "pagePath": "pages/mall/mall",
  35. "text": "积分"
  36. },
  37. {
  38. "pagePath": "pages/mine/mine",
  39. "text": "我的"
  40. }
  41. ]
  42. },
  43. "window": {
  44. "navigationBarBackgroundColor": "#4A90C2",
  45. "navigationBarTextStyle": "white",
  46. "navigationBarTitleText": "去看出行",
  47. "backgroundColor": "#5B9BD5",
  48. "backgroundTextStyle": "light"
  49. }
  50. }