app.json 1.6 KB

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