app.json 1004 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/login_two/login_two",
  6. "pages/login_three/login_three",
  7. "pages/resource/resource",
  8. "pages/activityPage/activityPage",
  9. "pages/message/message",
  10. "pages/mine/mine"
  11. ],
  12. "subPackages": [],
  13. "window": {
  14. "navigationBarTextStyle": "black",
  15. "navigationBarTitleText": "uni-app",
  16. "navigationBarBackgroundColor": "#F8F8F8",
  17. "backgroundColor": "#F8F8F8",
  18. "navigationBarTitleCentered": true
  19. },
  20. "tabBar": {
  21. "list": [
  22. {
  23. "pagePath": "pages/index/index",
  24. "text": "首页"
  25. },
  26. {
  27. "pagePath": "pages/resource/resource",
  28. "text": "资源库"
  29. },
  30. {
  31. "pagePath": "pages/activityPage/activityPage",
  32. "text": "活动"
  33. },
  34. {
  35. "pagePath": "pages/message/message",
  36. "text": "消息"
  37. },
  38. {
  39. "pagePath": "pages/mine/mine",
  40. "text": "我的"
  41. }
  42. ]
  43. },
  44. "usingComponents": {}
  45. }