pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle":"custom",
  7. "navigationBarTitleText": "",
  8. "enablePullDownRefresh": false,
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path" : "pages/login/login",
  16. "style" : {
  17. "navigationStyle":"custom",
  18. "navigationBarTitleText": "",
  19. "enablePullDownRefresh": false,
  20. "app-plus": {
  21. "titleNView": false
  22. }
  23. }
  24. },
  25. {
  26. "path" : "pages/chat/chat",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "消息",
  30. "enablePullDownRefresh": false,
  31. "app-plus": {
  32. "autoBackButton": false,
  33. "titleNView": true
  34. }
  35. }
  36. },
  37. {
  38. "path" : "pages/personalCenter/personalCenter",
  39. "style" :
  40. {
  41. "navigationBarTitleText": "我的",
  42. "enablePullDownRefresh": false,
  43. "navigationBarBackgroundColor": "#8dccff",
  44. "app-plus": {
  45. "autoBackButton": false,
  46. "titleNView": true
  47. }
  48. }
  49. },
  50. {
  51. "path" : "pages/chatDetail/chatDetail",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : "",
  55. "enablePullDownRefresh": false
  56. }
  57. },
  58. {
  59. "path" : "pages/register/register",
  60. "style" : {
  61. "navigationBarBackgroundColor": "#FFFFFF",
  62. "navigationBarTitleText": "账号注册",
  63. "enablePullDownRefresh": false,
  64. "app-plus": {
  65. "titleNView": false
  66. }
  67. }
  68. },
  69. {
  70. "path" : "pages/forget/forget",
  71. "style" : {
  72. "navigationBarBackgroundColor": "#FFFFFF",
  73. "navigationBarTitleText": "找回密码",
  74. "enablePullDownRefresh": false,
  75. "app-plus": {
  76. "titleNView": false
  77. }
  78. }
  79. },
  80. {
  81. "path" : "pages/wxLogin/wxLogin",
  82. "style" : {
  83. "navigationBarBackgroundColor": "#FFFFFF",
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false,
  86. "app-plus": {
  87. "titleNView": false
  88. }
  89. }
  90. },
  91. {
  92. "path" : "pages/notice/notice/notice",
  93. "style" : {
  94. "navigationBarBackgroundColor": "#FFFFFF",
  95. "navigationBarTitleText": "通知公告",
  96. "enablePullDownRefresh": false,
  97. "app-plus": {
  98. "titleNView": false
  99. }
  100. }
  101. },
  102. {
  103. "path" : "pages/notice/noticeDetail/noticeDetail",
  104. "style" : {
  105. "navigationBarBackgroundColor": "#FFFFFF",
  106. "navigationBarTitleText": "通知公告详情",
  107. "enablePullDownRefresh": false,
  108. "app-plus": {
  109. "titleNView": false
  110. }
  111. }
  112. },
  113. {
  114. "path" : "pages/dynamic/dynamic/dynamic",
  115. "style" : {
  116. "navigationBarBackgroundColor": "#FFFFFF",
  117. "navigationBarTitleText": "协会动态",
  118. "enablePullDownRefresh": false,
  119. "app-plus": {
  120. "titleNView": false
  121. }
  122. }
  123. },
  124. {
  125. "path" : "pages/dynamic/dynamicDetail/dynamicDetail",
  126. "style" : {
  127. "navigationBarBackgroundColor": "#FFFFFF",
  128. "navigationBarTitleText": "动态详情",
  129. "enablePullDownRefresh": false,
  130. "app-plus": {
  131. "titleNView": false
  132. }
  133. }
  134. },
  135. {
  136. "path" : "pages/guide/guide/guide",
  137. "style" : {
  138. "navigationBarBackgroundColor": "#FFFFFF",
  139. "navigationBarTitleText": "办事指引",
  140. "enablePullDownRefresh": false,
  141. "app-plus": {
  142. "titleNView": false
  143. }
  144. }
  145. },
  146. {
  147. "path" : "pages/guide/guideDetail/guideDetail",
  148. "style" : {
  149. "navigationBarBackgroundColor": "#FFFFFF",
  150. "navigationBarTitleText": "指引详情",
  151. "enablePullDownRefresh": false,
  152. "app-plus": {
  153. "titleNView": false
  154. }
  155. }
  156. }
  157. ],
  158. "globalStyle": {
  159. "navigationBarTextStyle": "black",
  160. "navigationBarTitleText": "uni-app",
  161. "navigationBarBackgroundColor": "#F8F8F8",
  162. "backgroundColor": "#F7F7F7",
  163. "navigationBarTitleFontWeight": "bold"
  164. },
  165. "tabBar": {
  166. "selectedColor": "#0069f6",
  167. "list": [
  168. {
  169. "pagePath": "pages/index/index",
  170. "text": "主页",
  171. "iconPath": "static/tabbar-icon/home.png",
  172. "selectedIconPath": "static/tabbar-icon/home-fill.png"
  173. },
  174. {
  175. "pagePath": "pages/chat/chat",
  176. "text": "消息",
  177. "iconPath": "static/tabbar-icon/comment.png",
  178. "selectedIconPath": "static/tabbar-icon/comment-filling.png"
  179. },
  180. {
  181. "pagePath": "pages/personalCenter/personalCenter",
  182. "text": "我的",
  183. "iconPath": "static/tabbar-icon/user-line.png",
  184. "selectedIconPath": "static/tabbar-icon/user-s.png"
  185. }
  186. ]
  187. },
  188. "uniIdRouter": {}
  189. }