app.json 1.5 KB

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