app.json 1.5 KB

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