app.json 1.5 KB

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