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

238 lines
4.7 KiB

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