app.json 4.5 KB

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