展品维保小程序前端代码接口
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.

242 lines
4.9 KiB

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