app.json 1.5 KB

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