app.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/noLogin/PressureRegulatingBox/PressureRegulatingBox",
  5. "pages/noLogin/regulatorBoxList",
  6. "pages/index/index",
  7. "pages/noLogin/typeList",
  8. "pages/noLogin/communitylist",
  9. "pages/noLogin/buildinglist",
  10. "pages/noLogin/unitlist",
  11. "pages/noLogin/listProject",
  12. "pages/notice/noticeDetail",
  13. "pages/notice/noticeList",
  14. "pages/service/service",
  15. "pages/aboutme/aboutme",
  16. "pages/noLogin/home/home",
  17. "pages/noLogin/emergencyRepairOrder/emergencyRepairOrder",
  18. "pages/noLogin/WarningPileForm/WarningPileForm",
  19. "pages/noLogin/WarningPileList",
  20. "pages/noLogin/CourtyardNetworkManagement/CourtyardNetworkManagement",
  21. "pages/noLogin/roadSection/roadSection",
  22. "pages/noLogin/valveWellInspection/valveWellInspection",
  23. "pages/mapindex/mapindex",
  24. "pages/noLogin/LNGStation/LNGStation",
  25. "pages/noLogin/fileList/fileList"
  26. ],
  27. "subPackages": [],
  28. "window": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "长春贞达市政施工管理平台",
  31. "navigationBarBackgroundColor": "#F8F8F8",
  32. "backgroundColor": "#F8F8F8"
  33. },
  34. "tabBar": {
  35. "list": [
  36. {
  37. "pagePath": "pages/index/index",
  38. "text": "首页",
  39. "iconPath": "static/icon/home.png",
  40. "selectedIconPath": "static/icon/home-on.png"
  41. },
  42. {
  43. "pagePath": "pages/noLogin/typeList",
  44. "text": "工作",
  45. "iconPath": "static/icon/work.png",
  46. "selectedIconPath": "static/icon/work-on.png"
  47. },
  48. {
  49. "pagePath": "pages/noLogin/listProject",
  50. "text": "历史",
  51. "iconPath": "static/icon/lishijilu.png",
  52. "selectedIconPath": "static/icon/lishijilu-on.png"
  53. }
  54. ]
  55. },
  56. "permission": {
  57. "scope.userLocation": {
  58. "desc": "我需要你的定位权限,请同意"
  59. }
  60. },
  61. "lazyCodeLoading": "requiredComponents",
  62. "usingComponents": {
  63. "back": "/components/back",
  64. "ming-pop": "/components/ming-pop/ming-pop"
  65. }
  66. }