四零语境前端代码仓库
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.

188 lines
3.6 KiB

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/desk",
  11. "style": {
  12. "navigationBarTitleText": "书桌",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/index/member",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/index/user",
  25. "style": {
  26. "navigationStyle": "custom",
  27. "enablePullDownRefresh": true
  28. }
  29. }
  30. ],
  31. "subPackages":[
  32. {
  33. "root": "subPages",
  34. "pages":[
  35. {
  36. "path": "login/login",
  37. "style": {
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "login/userInfo",
  43. "style": {
  44. "navigationStyle": "custom"
  45. }
  46. },
  47. {
  48. "path": "home/plan",
  49. "style": {
  50. "navigationBarTitleText": "个人语境方案定制",
  51. "navigationBarTextStyle": "white",
  52. "navigationBarBackgroundColor": "#06DADC"
  53. }
  54. },
  55. {
  56. "path": "home/search",
  57. "style": {
  58. "navigationBarTitleText": "搜索"
  59. }
  60. },
  61. {
  62. "path": "home/submit",
  63. "style": {
  64. "navigationBarTitleText": "报名个人语境定制"
  65. }
  66. },
  67. {
  68. "path": "home/directory",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "navigationBarBackgroundColor": "#264C8F",
  72. "navigationBarTextStyle": "white"
  73. }
  74. },
  75. {
  76. "path": "user/introduce",
  77. "style": {
  78. "navigationBarTitleText": "产品介绍"
  79. }
  80. },
  81. {
  82. "path": "user/policy",
  83. "style": {
  84. "navigationBarTitleText": "服务协议与隐私政策"
  85. }
  86. },
  87. {
  88. "path": "user/profile",
  89. "style": {
  90. "navigationBarTitleText": "资料修改"
  91. }
  92. },
  93. {
  94. "path": "user/discount",
  95. "style": {
  96. "navigationBarTitleText": "我的优惠券"
  97. }
  98. },
  99. {
  100. "path": "user/promote",
  101. "style": {
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "user/team",
  107. "style": {
  108. "navigationBarTitleText": "我的团队"
  109. }
  110. },
  111. {
  112. "path": "user/cash",
  113. "style": {
  114. "navigationBarTitleText": "提现"
  115. }
  116. },
  117. {
  118. "path": "member/recharge",
  119. "style": {
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "home/book",
  125. "style": {
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "home/music",
  131. "style": {
  132. "navigationBarTitleText": "音乐切换"
  133. }
  134. },
  135. {
  136. "path": "user/share",
  137. "style": {
  138. "navigationBarTitleText": "分享"
  139. }
  140. }
  141. ]
  142. }
  143. ],
  144. "preloadRule": {
  145. "pages/index/home": {
  146. "network": "all",
  147. "packages": ["subPages"]
  148. }
  149. },
  150. "globalStyle": {
  151. "navigationBarTitleText": "uni-app",
  152. "navigationBarBackgroundColor": "#fff",
  153. "navigationBarTextStyle": "black"
  154. },
  155. "tabBar": {
  156. "color": "#999",
  157. "selectedColor": "#06DADC",
  158. "borderStyle": "white",
  159. "backgroundColor": "#ffffff",
  160. "list": [
  161. {
  162. "pagePath": "pages/index/home",
  163. "text": "主页",
  164. "iconPath": "static/主页图标.png",
  165. "selectedIconPath": "static/主页图标-点击.png"
  166. },
  167. {
  168. "pagePath": "pages/index/desk",
  169. "text": "书桌",
  170. "iconPath": "static/书桌图标.png",
  171. "selectedIconPath": "static/书桌图标-点击.png"
  172. },
  173. {
  174. "pagePath": "pages/index/member",
  175. "text": "会员",
  176. "iconPath": "static/会员图标.png",
  177. "selectedIconPath": "static/会员图标-点击.png"
  178. },
  179. {
  180. "pagePath": "pages/index/user",
  181. "text": "我的",
  182. "iconPath": "static/我的图标.png",
  183. "selectedIconPath": "static/我的图标-点击.png"
  184. }
  185. ]
  186. }
  187. }