app.json 978 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. "pages/workbench/index/index",
  4. "pages/statistics/index/index",
  5. "pages/deploy/index/index",
  6. "pages/workbench/statistics_A/statistics_A",
  7. "pages/workbench/statistics_B/statistics_B",
  8. "pages/workbench/jk_A/jk_A"
  9. ],
  10. "window": {
  11. "defaultTitle": "My App",
  12. "titleBarColor": "#26A2FF"
  13. },
  14. "tabBar": {
  15. "textColor": "#dddddd",
  16. "selectedColor": "#49a9ee",
  17. "backgroundColor": "#ffffff",
  18. "items": [
  19. {
  20. "pagePath": "pages/workbench/index/index",
  21. "name": "首页",
  22. "icon": "image/home.png",
  23. "activeIcon": "image/activeHome.png"
  24. },
  25. {
  26. "pagePath": "pages/statistics/index/index",
  27. "name": "统计",
  28. "icon": "image/tj.png",
  29. "activeIcon": "image/activeTj.png"
  30. },
  31. {
  32. "pagePath": "pages/deploy/index/index",
  33. "name": "设置",
  34. "icon": "image/set.png",
  35. "activeIcon": "image/activeSet.png"
  36. }
  37. ]
  38. }
  39. }