app.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/predict/predict",
  5. "pages/myinfo/myinfo"
  6. ],
  7. "subPackages": [],
  8. "window": {
  9. "navigationBarTextStyle": "black",
  10. "navigationBarTitleText": "uni-app",
  11. "navigationBarBackgroundColor": "#F8F8F8",
  12. "backgroundColor": "#F8F8F8"
  13. },
  14. "tabBar": {
  15. "color": "#7A7E83",
  16. "selectedColor": "#EF3A3A",
  17. "borderStyle": "black",
  18. "backgroundColor": "#ffffff",
  19. "list": [
  20. {
  21. "pagePath": "pages/index/index",
  22. "iconPath": "static/home_icon_default_nor.png",
  23. "selectedIconPath": "static/home_icon_default_sel.png",
  24. "text": "首页"
  25. },
  26. {
  27. "pagePath": "pages/predict/predict",
  28. "iconPath": "static/home_icon_volunteer_nor.png",
  29. "selectedIconPath": "static/home_icon_volunteer_sel.png",
  30. "text": "志愿预测"
  31. },
  32. {
  33. "pagePath": "pages/myinfo/myinfo",
  34. "iconPath": "static/home_icon_my_nor.png",
  35. "selectedIconPath": "static/home_icon_my_nor.png",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "usingComponents": {},
  41. "sitemapLocation": "sitemap29.json"
  42. }