app.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/noLogin/uploadProject",
  5. "pages/noLogin/typeList",
  6. "pages/historyConstruction/historyDetail",
  7. "pages/historyConstruction/updateInfo",
  8. "pages/noLogin/cityProject",
  9. "pages/noLogin/data",
  10. "pages/noLogin/list",
  11. "pages/notice/noticeDetail",
  12. "pages/notice/noticeList",
  13. "pages/cityConstrution/cityConstrution",
  14. "pages/historyConstruction/historyConstruction",
  15. "pages/service/service",
  16. "pages/aboutme/aboutme",
  17. "pages/index/index",
  18. "pages/chart/chart",
  19. "pages/chart/chartAll",
  20. "pages/chart/chartDetail",
  21. "pages/chart/newchartDetail",
  22. "pages/chart/chartList",
  23. "pages/chart/details",
  24. "pages/noLogin/repair",
  25. "pages/noLogin/My",
  26. "pages/noLogin/Myphoto"
  27. ],
  28. "subPackages": [],
  29. "window": {
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "uni-app",
  32. "navigationBarBackgroundColor": "#F8F8F8",
  33. "backgroundColor": "#F8F8F8"
  34. },
  35. "tabBar": {
  36. "list": [
  37. {
  38. "pagePath": "pages/index/index",
  39. "text": "首页",
  40. "iconPath": "static/icon/logo.png",
  41. "selectedIconPath": "static/icon/logo.png"
  42. },
  43. {
  44. "pagePath": "pages/historyConstruction/historyConstruction",
  45. "text": "施工",
  46. "iconPath": "static/icon/constructions.png",
  47. "selectedIconPath": "static/icon/constructions.png"
  48. },
  49. // {
  50. // "pagePath": "pages/chart/chart",
  51. // "text": "统计图",
  52. // "iconPath": "static/icon/chart.png",
  53. // "selectedIconPath": "static/icon/chart.png"
  54. // },
  55. {
  56. "pagePath": "pages/chart/chartAll",
  57. "text": "统计",
  58. "iconPath": "static/icon/chart.png",
  59. "selectedIconPath": "static/icon/chart.png"
  60. }
  61. ]
  62. },
  63. "usingComponents": {
  64. "back": "/components/back",
  65. "ming-pop": "/components/ming-pop/ming-pop"
  66. }
  67. }