app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [
  3. "pages/index/begin/begin",
  4. "pages/index/noJurisdiction/noJurisdiction",
  5. "pages/index/init/init",
  6. "pages/index/start/start",
  7. "pages/home/home/home",
  8. "pages/home/myJx/myJx",
  9. "pages/home/statistics/statistics",
  10. "pages/home/participation/participation",
  11. "pages/home/allJx/allJx",
  12. "pages/home/backlog/backlog",
  13. "pages/home/messageInform/messageInform",
  14. "pages/home/workList/workList",
  15. "pages/home/performanceDetails/performanceDetails",
  16. "pages/home/actionplanList/actionplanList",
  17. "pages/home/actionplanDetails/actionplanDetails",
  18. "pages/home/addthePlan/addthePlan",
  19. "pages/home/statementDetails/statementDetails",
  20. "pages/home/resultValueEntry/resultValueEntry",
  21. "pages/serve/serve/serve",
  22. "pages/serve/webView/webView"
  23. ],
  24. "window": {
  25. "defaultTitle": "功道云",
  26. "pullRefresh": false,
  27. "allowsBounceVertical": "NO"
  28. },
  29. "tabBar": {
  30. "textColor": "#606266",
  31. "selectedColor": "#49a9ee",
  32. "backgroundColor": "#ffffff",
  33. "items": [
  34. {
  35. "pagePath": "pages/home/home/home",
  36. "name": "绩效首页",
  37. "icon": "image/tj.png",
  38. "activeIcon": "image/activeTj.png"
  39. },
  40. {
  41. "pagePath": "pages/serve/serve/serve",
  42. "name": "服务台",
  43. "icon": "image/home.png",
  44. "activeIcon": "image/activeHome.png"
  45. }
  46. ]
  47. }
  48. }