app.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/index/index",
  5. "pages/mine/mine",
  6. "pages/admissionApply/admissionApply",
  7. "pages/inputDetectionResult/inputDetectionResult",
  8. "pages/personnelSampling/personnelSampling",
  9. "pages/checkResult/checkResult"
  10. ],
  11. "subPackages": [],
  12. "window": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "uni-app",
  15. "navigationBarBackgroundColor": "#FAF8F8",
  16. "backgroundColor": "#FAF8F8"
  17. },
  18. "tabBar": {
  19. "color": "#7A7E83",
  20. "selectedColor": "#1296db",
  21. "borderStyle": "white",
  22. "backgroundColor": "#F8F8F8",
  23. "list": [
  24. {
  25. "pagePath": "pages/index/index",
  26. "iconPath": "static/icon/home.png",
  27. "selectedIconPath": "static/icon/homea.png",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/mine/mine",
  32. "iconPath": "static/icon/user.png",
  33. "selectedIconPath": "static/icon/usera.png",
  34. "text": "我的"
  35. }
  36. ]
  37. },
  38. "usingComponents": {},
  39. "sitemapLocation": "sitemap.json"
  40. }