app.json 1.6 KB

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