app.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. "pages/aticle1/aticle",
  49. "pages/aticle2/aticle"
  50. ],
  51. "requiredPrivateInfos": [
  52. "getLocation",
  53. "choosePoi"
  54. ],
  55. "subpackages": [
  56. {
  57. "root": "pagesPublic",
  58. "pages": [
  59. "pages/yxnaJfq/yxnaJfq",
  60. "pages/yxnaJfh/yxnaJfh",
  61. "pages/yxnaQxn/yxnaQxn",
  62. "pages/yxna/yxna",
  63. "pages/album/album",
  64. "pages/albumDetail/albumDetail",
  65. "pages/albumEdit/albumEdit",
  66. "pages/menu/menu",
  67. "pages/myCollection/myCollection",
  68. "pages/myComment/myComment",
  69. "pages/like/like",
  70. "pages/work-order/work-order",
  71. "pages/work-order-detail/work-order-detail"
  72. ]
  73. }
  74. ],
  75. "window": {
  76. "backgroundTextStyle": "light",
  77. "navigationBarBackgroundColor": "#fff",
  78. "navigationBarTitleText": "Weixin",
  79. "navigationBarTextStyle": "black"
  80. },
  81. "tabBar": {
  82. "custom": true,
  83. "color": "#999",
  84. "selectedColor": "#3D98FF",
  85. "backgroundColor": "#fff",
  86. "borderStyle": "white",
  87. "list": [
  88. {
  89. "selectedIconPath": "pages/images/f-fw2.png",
  90. "iconPath": "pages/images/f-sy.png",
  91. "pagePath": "pages/index/index",
  92. "text": "首页"
  93. },
  94. {
  95. "selectedIconPath": "pages/images/f-gk2.png",
  96. "iconPath": "pages/images/f-gk.png",
  97. "pagePath": "pages/publics/index/index",
  98. "text": "公开"
  99. },
  100. {
  101. "selectedIconPath": "pages/images/f-gk2.png",
  102. "iconPath": "pages/images/f-gk.png",
  103. "pagePath": "pages/nais/nais",
  104. "text": "这是南岸"
  105. },
  106. {
  107. "selectedIconPath": "pages/images/f-fw2.png",
  108. "iconPath": "pages/images/f-fw.png",
  109. "pagePath": "pages/serve/serve",
  110. "text": "服务"
  111. },
  112. {
  113. "selectedIconPath": "pages/images/f-wd2.png",
  114. "iconPath": "pages/images/f-wd.png",
  115. "pagePath": "pages/myCenter/myCenter",
  116. "text": "我的"
  117. }
  118. ]
  119. },
  120. "plugins": {
  121. "routePlan": {
  122. "version": "1.0.19",
  123. "provider": "wx50b5593e81dd937a"
  124. }
  125. },
  126. "permission": {
  127. "scope.userLocation": {
  128. "desc": "我们将获取您的定位信息用于地点展示"
  129. }
  130. }
  131. }