app.json 1.5 KB

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