木邻有你前端代码仓库
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.

246 lines
4.9 KiB

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