app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "pages/login/index"
  13. ],
  14. "window": {
  15. "backgroundTextStyle": "light",
  16. "navigationBarBackgroundColor": "#fff",
  17. "navigationBarTitleText": "WeChat",
  18. "navigationBarTextStyle": "black"
  19. },
  20. "tabBar": {
  21. "backgroundColor": "#111111",
  22. "list": [
  23. {
  24. "pagePath": "pages/index/index",
  25. "text": "",
  26. "iconPath": "images/btn_home_n@2x.png",
  27. "selectedIconPath": "images/btn_home_s@2x.png"
  28. },
  29. {
  30. "pagePath": "pages/announce/announce",
  31. "text": "",
  32. "iconPath": "images/btn_gonggao_n@2x.png",
  33. "selectedIconPath": "images/btn_gonggao_s@2x.png"
  34. },
  35. {
  36. "pagePath": "pages/article/article",
  37. "text": "",
  38. "iconPath": "images/btn_wenzhang_n@2x.png",
  39. "selectedIconPath": "images/btn_wenzhang_s@2x.png"
  40. },
  41. {
  42. "pagePath": "pages/userinfo/userinfo",
  43. "text": "",
  44. "iconPath": "images/btn_me_n@2x.png",
  45. "selectedIconPath": "images/btn_me_s@2x.png"
  46. }
  47. ]
  48. },
  49. "plugins": {
  50. "calendar": {
  51. "version": "1.1.3",
  52. "provider": "wx92c68dae5a8bb046"
  53. }
  54. }
  55. }