app.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/publics/index/index",
  5. "pages/collection/collection",
  6. "pages/newsPaper/newsPaper",
  7. "pages/customerServe/customerServe",
  8. "pages/ZCWDK/add/add",
  9. "pages/ZCWDK/index/index",
  10. "pages/nais/nais",
  11. "pages/dataCenterZWTJ/dataCenterZWTJ",
  12. "pages/login/login",
  13. "pages/deliciousList/deliciousList",
  14. "pages/aticleList/aticleList",
  15. "pages/commentList/commentList",
  16. "pages/serve/serve",
  17. "pages/dataCenter/dataCenter",
  18. "pages/dataCenterXXTJ/dataCenterXXTJ",
  19. "pages/ZCWDK/info/info",
  20. "pages/articlDetail/articlDetail",
  21. "pages/yjzjDetail/yjzjDetail",
  22. "pages/programList/programList",
  23. "pages/leaveMessage/leaveMessage",
  24. "pages/leaveMessage2/leaveMessage2",
  25. "pages/web/web",
  26. "pages/comment/comment",
  27. "pages/publics/government/government",
  28. "pages/publics/publicLeaderDetail/publicLeaderDetail",
  29. "pages/publics/leaderInfo/leaderInfo",
  30. "pages/publics/governmentArticles/governmentArticles",
  31. "pages/publics/governmentArticlesDetail/governmentArticlesDetail",
  32. "pages/publics/baseAffairs/baseAffairs",
  33. "pages/publics/interpretation/interpretation",
  34. "pages/publics/fileList/fileList",
  35. "pages/publics/fileDetail/fileDetail",
  36. "pages/myCenter/myCenter",
  37. "pages/ourCanteen/ourCanteen",
  38. "pages/publics/topics/topics",
  39. "pages/zxft/fileList",
  40. "pages/blankpage/blankpage",
  41. "pages/publics/publicSystem/publicSystem",
  42. "pages/publics/publicContent/publicContent",
  43. "pages/zmhd/zmhd",
  44. "pages/videoRecommend/videoRecommend",
  45. "pages/phoneNewsPaper/phoneNewsPaper",
  46. "pages/map/map",
  47. "pages/map-vr/map-vr"
  48. ],
  49. "requiredPrivateInfos": [
  50. "getLocation",
  51. "choosePoi"
  52. ],
  53. "subpackages": [
  54. {
  55. "root": "pagesPublic",
  56. "pages": [
  57. "pages/yxnaJfq/yxnaJfq",
  58. "pages/yxnaJfh/yxnaJfh",
  59. "pages/yxnaQxn/yxnaQxn",
  60. "pages/yxna/yxna",
  61. "pages/album/album",
  62. "pages/albumDetail/albumDetail",
  63. "pages/albumEdit/albumEdit",
  64. "pages/menu/menu",
  65. "pages/myCollection/myCollection",
  66. "pages/myComment/myComment",
  67. "pages/like/like",
  68. "pages/work-order/work-order",
  69. "pages/work-order-detail/work-order-detail"
  70. ]
  71. }
  72. ],
  73. "window": {
  74. "backgroundTextStyle": "light",
  75. "navigationBarBackgroundColor": "#fff",
  76. "navigationBarTitleText": "Weixin",
  77. "navigationBarTextStyle": "black"
  78. },
  79. "tabBar": {
  80. "custom": true,
  81. "color": "#999",
  82. "selectedColor": "#3D98FF",
  83. "backgroundColor": "#fff",
  84. "borderStyle": "white",
  85. "list": [
  86. {
  87. "selectedIconPath": "pages/images/f-fw2.png",
  88. "iconPath": "pages/images/f-sy.png",
  89. "pagePath": "pages/index/index",
  90. "text": "首页"
  91. },
  92. {
  93. "selectedIconPath": "pages/images/f-gk2.png",
  94. "iconPath": "pages/images/f-gk.png",
  95. "pagePath": "pages/publics/index/index",
  96. "text": "公开"
  97. },
  98. {
  99. "selectedIconPath": "pages/images/f-gk2.png",
  100. "iconPath": "pages/images/f-gk.png",
  101. "pagePath": "pages/nais/nais",
  102. "text": "这是南岸"
  103. },
  104. {
  105. "selectedIconPath": "pages/images/f-fw2.png",
  106. "iconPath": "pages/images/f-fw.png",
  107. "pagePath": "pages/serve/serve",
  108. "text": "服务"
  109. },
  110. {
  111. "selectedIconPath": "pages/images/f-wd2.png",
  112. "iconPath": "pages/images/f-wd.png",
  113. "pagePath": "pages/myCenter/myCenter",
  114. "text": "我的"
  115. }
  116. ]
  117. },
  118. "plugins": {
  119. "routePlan": {
  120. "version": "1.0.19",
  121. "provider": "wx50b5593e81dd937a"
  122. }
  123. },
  124. "permission": {
  125. "scope.userLocation": {
  126. "desc": "我们将获取您的定位信息用于地点展示"
  127. }
  128. }
  129. }