木邻有你前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

254 lines
5.0 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/shop",
  12. "style": {
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/index/activity",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path": "pages/index/community",
  26. "style": {
  27. "navigationBarTitleText": "社区",
  28. "enablePullDownRefresh": true
  29. }
  30. },
  31. {
  32. "path": "pages/index/my",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": true
  36. }
  37. },
  38. {
  39. "path": "pages/components/searchDemo",
  40. "style": {
  41. "navigationBarTitleText": "搜索组件演示"
  42. }
  43. }
  44. ],
  45. "subPackages":[
  46. {
  47. "root": "subPages",
  48. "pages":[
  49. {
  50. "path": "index/announcement",
  51. "style": {
  52. "navigationBarTitleText": "公告",
  53. "enablePullDownRefresh": true
  54. }
  55. },
  56. {
  57. "path": "login/login",
  58. "style": {
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "login/userInfo",
  64. "style": {
  65. "navigationBarTitleText": "用户信息",
  66. "navigationBarBackButtonHidden": true
  67. }
  68. },
  69. {
  70. "path": "index/announcementDetail",
  71. "style": {
  72. "navigationBarTitleText": "公告详情"
  73. }
  74. },
  75. {
  76. "path": "index/ranking",
  77. "style": {
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "index/volunteerApply",
  84. "style": {
  85. "navigationBarTitleText": "申请志愿者"
  86. }
  87. },
  88. {
  89. "path": "index/organizationIntroduction",
  90. "style": {
  91. "navigationBarTitleText": "组织介绍"
  92. }
  93. },
  94. {
  95. "path": "index/activityCalendar",
  96. "style": {
  97. "navigationBarTitleText": "活动日历",
  98. "enablePullDownRefresh": true
  99. }
  100. },
  101. {
  102. "path": "index/activityDetail",
  103. "style": {
  104. "navigationBarTitleText": "活动详情",
  105. "enablePullDownRefresh": true
  106. }
  107. },
  108. {
  109. "path": "shop/goodsDetail",
  110. "style": {
  111. "navigationBarTitleText": "商品详情"
  112. }
  113. },
  114. {
  115. "path": "shop/pointsDetail",
  116. "style": {
  117. "navigationBarTitleText": "积分详情",
  118. "enablePullDownRefresh": true
  119. }
  120. },
  121. {
  122. "path": "community/publishPost",
  123. "style": {
  124. "navigationBarTitleText": "发布动态"
  125. }
  126. },
  127. {
  128. "path": "my/activityFavorites",
  129. "style": {
  130. "navigationBarTitleText": "活动收藏",
  131. "enablePullDownRefresh": true
  132. }
  133. },
  134. {
  135. "path": "my/myProfile",
  136. "style": {
  137. "navigationBarTitleText": "我的资料"
  138. }
  139. },
  140. {
  141. "path": "my/myRegistrations",
  142. "style": {
  143. "navigationBarTitleText": "我的报名",
  144. "enablePullDownRefresh": true
  145. }
  146. },
  147. {
  148. "path": "my/myActivityDetail",
  149. "style": {
  150. "navigationBarTitleText": "活动详情"
  151. }
  152. },
  153. {
  154. "path": "my/exchangeRecord",
  155. "style": {
  156. "navigationBarTitleText": "兑换记录",
  157. "enablePullDownRefresh": true
  158. }
  159. },
  160. {
  161. "path": "my/exchangeDetail",
  162. "style": {
  163. "navigationBarTitleText": "商品详情",
  164. "enablePullDownRefresh": true
  165. }
  166. },
  167. {
  168. "path": "my/productFavorites",
  169. "style": {
  170. "navigationBarTitleText": "商品收藏",
  171. "enablePullDownRefresh": true
  172. }
  173. },
  174. {
  175. "path": "my/activityCheckin",
  176. "style": {
  177. "navigationBarTitleText": "活动签到",
  178. "enablePullDownRefresh": true
  179. }
  180. },
  181. {
  182. "path": "my/checkinCode",
  183. "style": {
  184. "navigationBarTitleText": "签到码"
  185. }
  186. },
  187. {
  188. "path": "my/signupSuccess",
  189. "style": {
  190. "navigationBarTitleText": "报名成功!"
  191. }
  192. }
  193. ]
  194. }
  195. ],
  196. "mp-weixin": {
  197. "optimization": {
  198. "subPackages": true
  199. },
  200. "preloadRule": {
  201. "pages/index/index": {
  202. "packages": [
  203. "subPages"
  204. ],
  205. "network": "all"
  206. }
  207. }
  208. },
  209. "globalStyle": {
  210. "navigationBarTextStyle": "white",
  211. "navigationBarTitleText": "uni-app",
  212. "navigationBarBackgroundColor": "#1488DB",
  213. "backgroundColor": "#218CDD"
  214. },
  215. "tabBar": {
  216. "color": "#999999",
  217. "selectedColor": "#2E66F4",
  218. "borderStyle": "white",
  219. "backgroundColor": "#ffffff",
  220. "list": [
  221. {
  222. "pagePath": "pages/index/index",
  223. "text": "主页",
  224. "iconPath": "static/主页.png",
  225. "selectedIconPath": "static/主页_点击.png"
  226. },
  227. {
  228. "pagePath": "pages/index/shop",
  229. "text": "商城",
  230. "iconPath": "static/商城.png",
  231. "selectedIconPath": "static/商城_点击.png"
  232. },
  233. {
  234. "pagePath": "pages/index/activity",
  235. "text": "活动",
  236. "iconPath": "static/活动.png",
  237. "selectedIconPath": "static/活动_点击.png"
  238. },
  239. {
  240. "pagePath": "pages/index/community",
  241. "text": "社区",
  242. "iconPath": "static/社区.png",
  243. "selectedIconPath": "static/社区_点击.png"
  244. },
  245. {
  246. "pagePath": "pages/index/my",
  247. "text": "我的",
  248. "iconPath": "static/我的.png",
  249. "selectedIconPath": "static/我的_点击.png"
  250. }
  251. ]
  252. }
  253. }