app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/history/history",
  5. "pages/myCenter/myCenter",
  6. "pages/history/detail/detail",
  7. "pages/login/index",
  8. "pages/myCenter/personalData/personalData",
  9. "pages/myCenter/updatePassword/updatePassword"
  10. ],
  11. "subPackages": [],
  12. "window": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "uni-app",
  15. "navigationBarBackgroundColor": "#F8F8F8",
  16. "backgroundColor": "#F8F8F8"
  17. },
  18. "tabBar": {
  19. "color": "#7A7E83",
  20. "selectedColor": "#1296db",
  21. "borderStyle": "black",
  22. "backgroundColor": "#ffffff",
  23. "list": [
  24. {
  25. "pagePath": "pages/index/index",
  26. "iconPath": "static/tabbar/index.png",
  27. "selectedIconPath": "static/tabbar/indexEd.png",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/history/history",
  32. "iconPath": "static/tabbar/history.png",
  33. "selectedIconPath": "static/tabbar/historyEd.png",
  34. "text": "历史"
  35. },
  36. {
  37. "pagePath": "pages/myCenter/myCenter",
  38. "iconPath": "static/tabbar/myCenter.png",
  39. "selectedIconPath": "static/tabbar/myCenterEd.png",
  40. "text": "我的"
  41. }
  42. ]
  43. },
  44. "usingComponents": {}
  45. }