app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [
  3. "pages/tasksquare/tasksquare",
  4. "pages/tasksquare/taskdetail",
  5. "pages/login/login",
  6. "pages/worksapce/worksapce",
  7. "pages/mycenter/mycenter",
  8. "pages/mycenter/personinfo",
  9. "pages/mycenter/mylocation",
  10. "pages/mycenter/myaccount",
  11. "pages/mycenter/mybank",
  12. "pages/mycenter/addlocation",
  13. "pages/mycenter/bindaccount"
  14. ],
  15. "subPackages": [],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "uni-app",
  19. "navigationBarBackgroundColor": "#ffffff",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "tabBar": {
  23. "color": "black",
  24. "selectedColor": "#FFE040",
  25. "backgroundColor": "#ffffff",
  26. "list": [
  27. {
  28. "text": "任务广场",
  29. "pagePath": "pages/tasksquare/tasksquare",
  30. "iconPath": "static/img/icon-square1.png",
  31. "selectedIconPath": "static/img/icon-square2.png"
  32. },
  33. {
  34. "text": "工作台",
  35. "pagePath": "pages/worksapce/worksapce",
  36. "iconPath": "static/img/icon-workspace1.png",
  37. "selectedIconPath": "static/img/icon-workspace2.png"
  38. },
  39. {
  40. "text": "我的",
  41. "pagePath": "pages/mycenter/mycenter",
  42. "iconPath": "static/img/icon-my1.png",
  43. "selectedIconPath": "static/img/icon-my2.png"
  44. }
  45. ]
  46. },
  47. "usingComponents": {}
  48. }