app.json 1.5 KB

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