app.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/risk/risk",
  5. "pages/mine/mine",
  6. "pages/login/login",
  7. "pages/mine/password/password",
  8. "pages/task/task",
  9. "pages/task/form/form",
  10. "pages/risk/review/review",
  11. "pages/risk/review/form/form",
  12. "pages/risk/check/check",
  13. "pages/risk/check/form/form",
  14. "pages/risk/rectify/rectify",
  15. "pages/risk/rectify/form/form",
  16. "pages/risk/repeal/repeal"
  17. ],
  18. "subPackages": [],
  19. "window": {
  20. "navigationBarTextStyle": "black",
  21. "navigationBarTitleText": "uni-app",
  22. "navigationBarBackgroundColor": "#F3F5FB",
  23. "backgroundColor": "#F8F8F8"
  24. },
  25. "tabBar": {
  26. "color": "#999999",
  27. "selectedColor": "#3384ff",
  28. "borderStyle": "white",
  29. "backgroundColor": "#ffffff",
  30. "height": "50px",
  31. "fontSize": "10px",
  32. "iconWidth": "24px",
  33. "spacing": "3px",
  34. "list": [
  35. {
  36. "pagePath": "pages/index/index",
  37. "iconPath": "static/tabBar/Home.png",
  38. "selectedIconPath": "static/tabBar/HomeEd.png",
  39. "text": "任务"
  40. },
  41. {
  42. "pagePath": "pages/risk/risk",
  43. "iconPath": "static/tabBar/risk.png",
  44. "selectedIconPath": "static/tabBar/riskEd.png",
  45. "text": "风险"
  46. },
  47. {
  48. "pagePath": "pages/mine/mine",
  49. "iconPath": "static/tabBar/mine.png",
  50. "selectedIconPath": "static/tabBar/mineEd.png",
  51. "text": "我的"
  52. }
  53. ]
  54. },
  55. "usingComponents": {}
  56. }