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

234 lines
4.6 KiB

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