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

164 lines
3.2 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. {
  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. "navigationBarTitleText": "补充信息"
  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. "navigationStyle": "custom"
  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. }
  119. ],
  120. "preloadRule": {
  121. "pages/index/home": {
  122. "network": "all",
  123. "packages": ["subPages"]
  124. }
  125. },
  126. "globalStyle": {
  127. "navigationBarTitleText": "uni-app",
  128. "navigationBarBackgroundColor": "#fff",
  129. "navigationBarTextStyle": "black"
  130. },
  131. "tabBar": {
  132. "color": "#999",
  133. "selectedColor": "#06DADC",
  134. "borderStyle": "white",
  135. "backgroundColor": "#ffffff",
  136. "list": [
  137. {
  138. "pagePath": "pages/index/home",
  139. "text": "主页",
  140. "iconPath": "static/主页图标.png",
  141. "selectedIconPath": "static/主页图标-点击.png"
  142. },
  143. {
  144. "pagePath": "pages/index/desk",
  145. "text": "书桌",
  146. "iconPath": "static/书桌图标.png",
  147. "selectedIconPath": "static/书桌图标-点击.png"
  148. },
  149. {
  150. "pagePath": "pages/index/member",
  151. "text": "会员",
  152. "iconPath": "static/会员图标.png",
  153. "selectedIconPath": "static/会员图标-点击.png"
  154. },
  155. {
  156. "pagePath": "pages/index/user",
  157. "text": "我的",
  158. "iconPath": "static/我的图标.png",
  159. "selectedIconPath": "static/我的图标-点击.png"
  160. }
  161. ]
  162. }
  163. }