app.json 1.4 KB

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