app.json 1.4 KB

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