app.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/404/404",
  5. "pages/404/quesheng",
  6. "pages/project/index",
  7. "pages/project/projectChange",
  8. "pages/project/projectX",
  9. "pages/project/sorce",
  10. "pages/project/addProject",
  11. "pages/project/addRenwu",
  12. "pages/project/changeRenwu",
  13. "pages/project/renwuX",
  14. "pages/project/renwuUpdateJin"
  15. ],
  16. "subPackages": [],
  17. "window": {
  18. "navigationBarTextStyle": "white",
  19. "navigationBarTitleText": "项目过程管理系统",
  20. "navigationBarBackgroundColor": "#054DF3",
  21. "backgroundColor": "#54A4FF"
  22. },
  23. "tabBar": {
  24. "color": "#A6A6A6",
  25. "selectedColor": "#0061FF",
  26. "borderStyle": "black",
  27. "backgroundColor": "#ffffff",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "iconPath": "static/img/shouye.png",
  32. "selectedIconPath": "static/img/shouye_select.png",
  33. "text": "首页"
  34. },
  35. {
  36. "pagePath": "pages/project/index",
  37. "iconPath": "static/project/project.png",
  38. "selectedIconPath": "static/project/project_select.png",
  39. "text": "项目管理"
  40. }
  41. ]
  42. },
  43. "usingComponents": {}
  44. }