app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "pages/index/noPage/noPage"
  24. ],
  25. "window": {
  26. "defaultTitle": "功道云",
  27. "pullRefresh": false,
  28. "allowsBounceVertical": "NO"
  29. },
  30. "tabBar": {
  31. "textColor": "#606266",
  32. "selectedColor": "#49a9ee",
  33. "backgroundColor": "#ffffff",
  34. "items": [
  35. {
  36. "pagePath": "pages/home/home/home",
  37. "name": "绩效首页",
  38. "icon": "image/tj.png",
  39. "activeIcon": "image/activeTj.png"
  40. },
  41. {
  42. "pagePath": "pages/serve/serve/serve",
  43. "name": "服务台",
  44. "icon": "image/home.png",
  45. "activeIcon": "image/activeHome.png"
  46. }
  47. ]
  48. }
  49. }