app.json 1.5 KB

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