app.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/index/index",
  5. "pages/risk/risk",
  6. "pages/mine/mine",
  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. "pages/task/taskList/taskList",
  18. "pages/task/submit/submit",
  19. "pages/risk/histroy/histroy"
  20. ],
  21. "subPackages": [],
  22. "window": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "uni-app",
  25. "navigationBarBackgroundColor": "#F3F5FB",
  26. "backgroundColor": "#F8F8F8"
  27. },
  28. "tabBar": {
  29. "color": "#999999",
  30. "selectedColor": "#3384ff",
  31. "borderStyle": "white",
  32. "backgroundColor": "#ffffff",
  33. "height": "50px",
  34. "fontSize": "10px",
  35. "iconWidth": "24px",
  36. "spacing": "3px",
  37. "list": [
  38. {
  39. "pagePath": "pages/index/index",
  40. "iconPath": "static/tabBar/Home.png",
  41. "selectedIconPath": "static/tabBar/HomeEd.png",
  42. "text": "任务"
  43. },
  44. {
  45. "pagePath": "pages/risk/risk",
  46. "iconPath": "static/tabBar/risk.png",
  47. "selectedIconPath": "static/tabBar/riskEd.png",
  48. "text": "预警"
  49. },
  50. {
  51. "pagePath": "pages/mine/mine",
  52. "iconPath": "static/tabBar/mine.png",
  53. "selectedIconPath": "static/tabBar/mineEd.png",
  54. "text": "我的"
  55. }
  56. ]
  57. },
  58. "usingComponents": {}
  59. }