app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/form/index",
  4. "pages/index/index",
  5. "pages/article/article",
  6. "pages/announce/announce",
  7. "pages/announce-detail/index",
  8. "pages/article-detail/index",
  9. "pages/userinfo/userinfo",
  10. "pages/mycourse/mycourse",
  11. "pages/rate-review/rate-review",
  12. "pages/my-log/my-log",
  13. "pages/apply-leave/apply-leave",
  14. "pages/login/index",
  15. "pages/bind-phone/index",
  16. "pages/rate/rate",
  17. "pages/video/index"
  18. ],
  19. "window": {
  20. "backgroundTextStyle": "light",
  21. "navigationBarBackgroundColor": "#fff",
  22. "navigationBarTitleText": "WeChat",
  23. "navigationBarTextStyle": "black"
  24. },
  25. "tabBar": {
  26. "backgroundColor": "#111111",
  27. "list": [
  28. {
  29. "pagePath": "pages/index/index",
  30. "text": "",
  31. "iconPath": "images/btn_home_n@2x.png",
  32. "selectedIconPath": "images/btn_home_s@2x.png"
  33. },
  34. {
  35. "pagePath": "pages/announce/announce",
  36. "text": "",
  37. "iconPath": "images/btn_gonggao_n@2x.png",
  38. "selectedIconPath": "images/btn_gonggao_s@2x.png"
  39. },
  40. {
  41. "pagePath": "pages/article/article",
  42. "text": "",
  43. "iconPath": "images/btn_wenzhang_n@2x.png",
  44. "selectedIconPath": "images/btn_wenzhang_s@2x.png"
  45. },
  46. {
  47. "pagePath": "pages/userinfo/userinfo",
  48. "text": "",
  49. "iconPath": "images/btn_me_n@2x.png",
  50. "selectedIconPath": "images/btn_me_s@2x.png"
  51. }
  52. ]
  53. },
  54. "plugins": {
  55. "calendar": {
  56. "version": "1.1.3",
  57. "provider": "wx92c68dae5a8bb046"
  58. }
  59. }
  60. }