国外MOSE官网
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.

240 lines
4.8 KiB

6 days ago
6 days ago
6 days ago
5 days ago
6 days ago
6 days ago
5 days ago
6 days ago
6 days ago
6 days ago
5 days ago
5 days ago
5 days ago
6 days ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. //
  7. "navigationStyle": "custom"
  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. }
  22. },
  23. {
  24. "path": "pages/index/community",
  25. "style": {
  26. "navigationBarTitleText": "社区"
  27. // "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/index/my",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. }
  36. ],
  37. "subPackages":[
  38. {
  39. "root": "subPages",
  40. "pages":[
  41. {
  42. "path": "index/announcement",
  43. "style": {
  44. "navigationBarTitleText": "公告",
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path": "login/login",
  50. "style": {
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "login/userInfo",
  56. "style": {
  57. "navigationBarTitleText": "用户信息",
  58. //
  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. }
  91. },
  92. {
  93. "path": "index/activityDetail",
  94. "style": {
  95. "navigationBarTitleText": "活动详情",
  96. "enablePullDownRefresh": true
  97. // "navigationStyle": "custom"
  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. // "navigationStyle": "custom",
  123. "navigationBarTitleText": "活动收藏",
  124. "enablePullDownRefresh": true
  125. }
  126. },
  127. {
  128. "path": "my/myProfile",
  129. "style": {
  130. "navigationBarTitleText": "我的资料"
  131. }
  132. },
  133. {
  134. "path": "my/myRegistrations",
  135. "style": {
  136. "navigationBarTitleText": "我的报名"
  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. }
  157. },
  158. {
  159. "path": "my/productFavorites",
  160. "style": {
  161. // "navigationStyle": "custom",
  162. "navigationBarTitleText": "商品收藏"
  163. }
  164. },
  165. {
  166. "path": "my/activityCheckin",
  167. "style": {
  168. // "navigationStyle": "custom"
  169. "navigationBarTitleText": "活动签到"
  170. }
  171. },
  172. {
  173. "path": "my/checkinCode",
  174. "style": {
  175. "navigationBarTitleText": "签到码"
  176. }
  177. }
  178. ]
  179. }
  180. ],
  181. "mp-weixin": {
  182. "optimization": {
  183. "subPackages": true //
  184. },
  185. //
  186. "preloadRule": {
  187. "pages/index/index": {
  188. "packages": [
  189. "subPages"
  190. ],
  191. "network": "all"
  192. }
  193. }
  194. },
  195. "globalStyle": {
  196. "navigationBarTextStyle": "white",
  197. "navigationBarTitleText": "uni-app",
  198. "navigationBarBackgroundColor": "#1488DB",
  199. "backgroundColor": "#218CDD"
  200. },
  201. "tabBar": {
  202. "color": "#999999",
  203. "selectedColor": "#2E66F4",
  204. "borderStyle": "white",
  205. "backgroundColor": "#ffffff",
  206. "list": [
  207. {
  208. "pagePath": "pages/index/index",
  209. "text": "主页",
  210. "iconPath": "static/组件 7 – 4@2x.png",
  211. "selectedIconPath": "static/组件 4 – 4@2x.png"
  212. },
  213. {
  214. "pagePath": "pages/index/shop",
  215. "text": "商城",
  216. "iconPath": "static/组件 309 – 2@2x.png",
  217. "selectedIconPath": "static/组件 7 – 4@2x.png"
  218. },
  219. {
  220. "pagePath": "pages/index/activity",
  221. "text": "活动",
  222. "iconPath": "static/组件 302 – 4@2x.png",
  223. "selectedIconPath": "static/组件 7 – 4@2x.png"
  224. },
  225. {
  226. "pagePath": "pages/index/community",
  227. "text": "社区",
  228. "iconPath": "static/组件 68 – 1@2x.png",
  229. "selectedIconPath": "static/组件 7 – 4@2x.png"
  230. },
  231. {
  232. "pagePath": "pages/index/my",
  233. "text": "我的",
  234. "iconPath": "static/组件 4 – 4@2x.png",
  235. "selectedIconPath": "static/组件 7 – 4@2x.png"
  236. }
  237. ]
  238. }
  239. }