app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/pointapply/pointapply",
  5. "pages/applyjoinapprovel/applyjoinapprovel",
  6. "pages/minusapply/minusapply",
  7. "pages/perinfo/perinfo",
  8. "pages/approval/approval",
  9. "pages/point/point",
  10. "pages/mine/mine"
  11. ],
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#3581EB",
  15. "navigationBarTitleText": "WeChat",
  16. "navigationBarTextStyle": "white"
  17. },
  18. "tabBar": {
  19. "selectedColor": "#219bf3",
  20. "color": "#444",
  21. "backgroundColor": "#FFF",
  22. "borderStyle": "white",
  23. "position": "bottom",
  24. "list": [
  25. {
  26. "pagePath": "pages/home/home",
  27. "text": "首页",
  28. "iconPath": "img/home_noselected.png",
  29. "selectedIconPath": "img/home_selected.png"
  30. },
  31. {
  32. "pagePath": "pages/point/point",
  33. "text": "积分",
  34. "iconPath": "img/point_noselected.png",
  35. "selectedIconPath": "img/point_selected.png"
  36. },
  37. {
  38. "pagePath": "pages/approval/approval",
  39. "text": "审批",
  40. "iconPath": "img/approvel_noselected.png",
  41. "selectedIconPath": "img/approvel_selected.png"
  42. },
  43. {
  44. "pagePath": "pages/mine/mine",
  45. "text": "我的",
  46. "iconPath": "img/mine_noselected.png",
  47. "selectedIconPath": "img/mine_selected.png"
  48. }
  49. ]
  50. }
  51. }