app.json 1.4 KB

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