国外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.

243 lines
4.9 KiB

4 days ago
4 days ago
4 days ago
3 days ago
4 days ago
4 days ago
3 days ago
4 days ago
4 days ago
4 days ago
3 days ago
3 days ago
13 hours ago
3 days ago
13 hours ago
3 days ago
13 hours ago
3 days ago
4 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. "enableBackButton": true
  151. }
  152. },
  153. {
  154. "path": "my/exchangeDetail",
  155. "style": {
  156. "navigationBarTitleText": "商品详情",
  157. "enableBackButton": true
  158. }
  159. },
  160. {
  161. "path": "my/productFavorites",
  162. "style": {
  163. // "navigationStyle": "custom",
  164. "navigationBarTitleText": "商品收藏",
  165. "enableBackButton": true
  166. }
  167. },
  168. {
  169. "path": "my/activityCheckin",
  170. "style": {
  171. // "navigationStyle": "custom"
  172. "navigationBarTitleText": "活动签到"
  173. }
  174. },
  175. {
  176. "path": "my/checkinCode",
  177. "style": {
  178. "navigationBarTitleText": "签到码"
  179. }
  180. }
  181. ]
  182. }
  183. ],
  184. "mp-weixin": {
  185. "optimization": {
  186. "subPackages": true //
  187. },
  188. //
  189. "preloadRule": {
  190. "pages/index/index": {
  191. "packages": [
  192. "subPages"
  193. ],
  194. "network": "all"
  195. }
  196. }
  197. },
  198. "globalStyle": {
  199. "navigationBarTextStyle": "white",
  200. "navigationBarTitleText": "uni-app",
  201. "navigationBarBackgroundColor": "#1488DB",
  202. "backgroundColor": "#218CDD"
  203. },
  204. "tabBar": {
  205. "color": "#999999",
  206. "selectedColor": "#2E66F4",
  207. "borderStyle": "white",
  208. "backgroundColor": "#ffffff",
  209. "list": [
  210. {
  211. "pagePath": "pages/index/index",
  212. "text": "主页",
  213. "iconPath": "static/组件 7 – 4@2x.png",
  214. "selectedIconPath": "static/组件 4 – 4@2x.png"
  215. },
  216. {
  217. "pagePath": "pages/index/shop",
  218. "text": "商城",
  219. "iconPath": "static/组件 309 – 2@2x.png",
  220. "selectedIconPath": "static/组件 7 – 4@2x.png"
  221. },
  222. {
  223. "pagePath": "pages/index/activity",
  224. "text": "活动",
  225. "iconPath": "static/组件 302 – 4@2x.png",
  226. "selectedIconPath": "static/组件 7 – 4@2x.png"
  227. },
  228. {
  229. "pagePath": "pages/index/community",
  230. "text": "社区",
  231. "iconPath": "static/组件 68 – 1@2x.png",
  232. "selectedIconPath": "static/组件 7 – 4@2x.png"
  233. },
  234. {
  235. "pagePath": "pages/index/my",
  236. "text": "我的",
  237. "iconPath": "static/组件 4 – 4@2x.png",
  238. "selectedIconPath": "static/组件 7 – 4@2x.png"
  239. }
  240. ]
  241. }
  242. }